Skip to content

Commit b696c8f

Browse files
bump 0.4.1 (#22)
* update checksum for 0.4.0 binaries * update checksum for 0.4.1
1 parent 08eb1c5 commit b696c8f

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ on:
88

99
concurrency:
1010
group: homebrew-tests-${{ github.head_ref || github.run_id }}
11-
cancel-in-progress: true
1211

1312
jobs:
1413
test-bot:
1514
strategy:
1615
matrix:
17-
os:
18-
- ubuntu-latest # Linux
19-
- macos-latest-large # macOS with Intel chips
20-
- macos-latest # macOS with ARM chips
16+
os: [ ubuntu-22.04, macos-26 ]
2117
runs-on: ${{ matrix.os }}
2218
permissions:
2319
actions: read

dify.rb renamed to Formula/dify.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ def self.get_sha256(cli_name)
3131
end
3232

3333
CHECKSUM_MAP = {
34-
"dify-plugin-darwin-amd64" => "55ec70958cb313e9026c8969f35c5de4c50e044102816f84450de5edeae70d0a",
35-
"dify-plugin-darwin-arm64" => "95dd55c2e949eaf716a5574121f6d86c80afbf1abbc552e8d4ddceb5a0f8028b",
34+
"dify-plugin-darwin-amd64" => "30c0c3f4e7d7fb416c825d68ec1a084a3ac55f3bcd482d6a61817df64092bd6c",
35+
"dify-plugin-darwin-arm64" => "c370b2819249f2ea7a663ddaaa046ee52a56c725b98470d23410eef271627ebb",
3636
"dify-plugin-linux-amd64" => "f26e5e5faae3d3931979798932aa6542c71de827b470132f385a95e0d74c5dcf",
3737
"dify-plugin-linux-arm64" => "078149cf70cd3f1fdee11b733c1f1e49e594628f69c22a60a1ca0abeabe3569d",
3838
}.freeze
3939

40-
url "#{homepage}/releases/download/0.3.2/#{CLI_BIN_NAME}"
41-
version "0.3.2"
40+
url "#{homepage}/releases/download/0.4.1/#{CLI_BIN_NAME}"
41+
version "0.4.1"
4242
sha256 get_sha256(CLI_BIN_NAME)
4343

4444
livecheck do

0 commit comments

Comments
 (0)