We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dff91 commit 65d6872Copy full SHA for 65d6872
Formula/q/qwen-code.rb
@@ -1,14 +1,10 @@
1
class QwenCode < Formula
2
desc "AI-powered command-line workflow tool for developers"
3
homepage "https://github.com/QwenLM/qwen-code"
4
- url "https://registry.npmjs.org/@qwen-code/qwen-code/-/qwen-code-0.0.9.tgz"
5
- sha256 "752fb94a3ad8f3a0a5a018297b0525740088dfafdb0ea91001334157db1ea882"
+ url "https://registry.npmjs.org/@qwen-code/qwen-code/-/qwen-code-0.0.10.tgz"
+ sha256 "a67b59a80f66d28cc2d1413d939a882e01a2d3e490d03e7234a1450acace0eee"
6
license "Apache-2.0"
7
8
- bottle do
9
- sha256 cellar: :any_skip_relocation, all: "6731bb13ac7f80e2acca5c4d0122ca19457ee1d3e7910cb4e02a5387a504a24b"
10
- end
11
-
12
depends_on "node"
13
14
def install
0 commit comments