Skip to content

Commit e5928d1

Browse files
update url
1 parent f57fe56 commit e5928d1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"Bash(npm run build:macos:*)",
2828
"Bash(npm run:*)",
2929
"Bash(git rm:*)",
30-
"Bash(git check-ignore:*)"
30+
"Bash(git check-ignore:*)",
31+
"Bash(curl:*)"
3132
],
3233
"deny": [],
3334
"ask": []

Formula/r2sql-shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class R2sqlShell < Formula
22
desc "Interactive shell for querying R2 Data Catalog with R2 SQL"
33
homepage "https://github.com/marcinthecloud/r2sql-shell"
4-
url "https://github.com/marcinthecloud/r2sql-shell/releases/download/v1.0.0/r2sql-shell-macos"
4+
url "https://github.com/marcinthecloud/r2sql-shell/releases/download/1.0.0/r2sql-shell-macos"
55
sha256 "326c722240c05460f0651e1e2746ac62bf8d1dbdd726eb790c10ee3b47884364" # Run: shasum -a 256 bin/r2sql-shell-macos
66
version "1.0.0"
77
license "MIT"

0 commit comments

Comments
 (0)