File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 88
99concurrency :
1010 group : homebrew-tests-${{ github.head_ref || github.run_id }}
11- cancel-in-progress : true
1211
1312jobs :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments