We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57fe56 commit e5928d1Copy full SHA for e5928d1
2 files changed
.claude/settings.local.json
@@ -27,7 +27,8 @@
27
"Bash(npm run build:macos:*)",
28
"Bash(npm run:*)",
29
"Bash(git rm:*)",
30
- "Bash(git check-ignore:*)"
+ "Bash(git check-ignore:*)",
31
+ "Bash(curl:*)"
32
],
33
"deny": [],
34
"ask": []
Formula/r2sql-shell.rb
@@ -1,7 +1,7 @@
1
class R2sqlShell < Formula
2
desc "Interactive shell for querying R2 Data Catalog with R2 SQL"
3
homepage "https://github.com/marcinthecloud/r2sql-shell"
4
- url "https://github.com/marcinthecloud/r2sql-shell/releases/download/v1.0.0/r2sql-shell-macos"
+ url "https://github.com/marcinthecloud/r2sql-shell/releases/download/1.0.0/r2sql-shell-macos"
5
sha256 "326c722240c05460f0651e1e2746ac62bf8d1dbdd726eb790c10ee3b47884364" # Run: shasum -a 256 bin/r2sql-shell-macos
6
version "1.0.0"
7
license "MIT"
0 commit comments