Skip to content

Commit c6316cb

Browse files
authored
Merge pull request #257538 from Homebrew/bump-qwen-code-0.4.0
qwen-code 0.4.0
2 parents b31926b + 6ab6515 commit c6316cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/q/qwen-code.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class QwenCode < Formula
22
desc "AI-powered command-line workflow tool for developers"
33
homepage "https://github.com/QwenLM/qwen-code"
4-
url "https://registry.npmjs.org/@qwen-code/qwen-code/-/qwen-code-0.3.0.tgz"
5-
sha256 "ac476fee5b14877848767c19077f986d07e08075ca92b22e77f102bd43978157"
4+
url "https://registry.npmjs.org/@qwen-code/qwen-code/-/qwen-code-0.4.0.tgz"
5+
sha256 "4b27471ef4c208d257b8d8eb7db2438462b8e6dd65c3cc2984cb0283cb35be11"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "30dd157b3f8446c44a7703426d59ecd0c0ee885932c19a57ba18e5650ef42097"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "30dd157b3f8446c44a7703426d59ecd0c0ee885932c19a57ba18e5650ef42097"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "30dd157b3f8446c44a7703426d59ecd0c0ee885932c19a57ba18e5650ef42097"
12-
sha256 cellar: :any_skip_relocation, sonoma: "664ebd8cd163a2a381b056566b7b64be33fdb578d231fb34e1e7c3daf7543b65"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "fb634b7017386669b7939209b4bcf6c48e5927c5cbd3405d1947efc4f521d79b"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "506fb08a37a4f5dd2fe52f72c422d0f4395da81ddd1b7ff27a109ec0e79ddd24"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "05c3274ad8f4e0ad3ff15a4d828470af3586e554c81646ecad602368456a6dd3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "05c3274ad8f4e0ad3ff15a4d828470af3586e554c81646ecad602368456a6dd3"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "05c3274ad8f4e0ad3ff15a4d828470af3586e554c81646ecad602368456a6dd3"
12+
sha256 cellar: :any_skip_relocation, sonoma: "1b421297d6992dfa66b886ea1e7ec53897577aaad6c566a9b8c5f1db9f243943"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "2e0b3062fae7a98f6ccfa160a60207d531d2aa6f04766c93bb973f5f9229303d"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d18a4b7bf8744f173402e093444d406418a651392a2934d7363959ec05b1c67"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)