File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22set -e
33
44# Configuration
5- VERSION=" 0.1.4 "
5+ VERSION=" 0.1.5 "
66APP_NAME=" superqode"
77INSTALL_LIB_DIR=" $HOME /.local/lib/${APP_NAME} "
88INSTALL_BIN_DIR=" $HOME /.local/bin"
Original file line number Diff line number Diff line change 11class Superqode < Formula
22 desc "Super Quality Engineering for Agentic Coding Teams"
33 homepage "https://super-agentic.ai"
4- version "0.1.4 "
4+ version "0.1.5 "
55
66 if OS . mac?
7- url "https://github.com/SuperagenticAI/superqode/releases/download/v0.1.4 /superqode-0.1.4 -macos-arm64.tar.gz"
8- sha256 "dc436564fdf0f5aa6f7436c454a784eb5b923ea2997ebdcc28ea5fad86c8ce12 "
7+ url "https://github.com/SuperagenticAI/superqode/releases/download/v0.1.5 /superqode-0.1.5 -macos-arm64.tar.gz"
8+ sha256 "f9c01fa9fd027ed41258187bba2a22d7803d7c2ec90a04576c653a4130a612cb "
99 elsif OS . linux?
10- url "https://github.com/SuperagenticAI/superqode/releases/download/v0.1.4 /superqode-0.1.4 -linux-arm64.tar.gz"
11- sha256 "34234bc26d8842a50c16b9ac7b1827367e9c73d5bc229a043dabc6c52c57e8f0 "
10+ url "https://github.com/SuperagenticAI/superqode/releases/download/v0.1.5 /superqode-0.1.5 -linux-arm64.tar.gz"
11+ sha256 "8b8e21619030b83f09eda6cd7d6b8f48267eab35777e64c3c7a97003a4816acd "
1212 end
1313
1414 def install
Original file line number Diff line number Diff line change 22set -e
33
44# Configuration
5- VERSION=" 0.1.4 "
5+ VERSION=" 0.1.5 "
66APP_NAME=" superqode"
77INSTALL_LIB_DIR=" $HOME /.local/lib/${APP_NAME} "
88INSTALL_BIN_DIR=" $HOME /.local/bin"
You can’t perform that action at this time.
0 commit comments