Skip to content

Commit acb3125

Browse files
committed
Brew formula update for homebrew-tap version v1.0.10
1 parent b2fe06e commit acb3125

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

turso.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
class Turso < Formula
66
desc ""
77
homepage "https://github.com/tursodatabase/homebrew-tap"
8-
version "1.0.9"
8+
version "1.0.10"
99

1010
depends_on "libsql/sqld/sqld"
1111

1212
on_macos do
1313
if Hardware::CPU.intel?
14-
url "https://github.com/tursodatabase/homebrew-tap/releases/download/v1.0.9/homebrew-tap_Darwin_x86_64.tar.gz"
15-
sha256 "fdbbb5927b40a84312bd62d648fbf04d4f90225519c9ebfb1ff96d31d301e8a1"
14+
url "https://github.com/tursodatabase/homebrew-tap/releases/download/v1.0.10/homebrew-tap_Darwin_x86_64.tar.gz"
15+
sha256 "72f7f3efffb6d4f5a76f464078a8c73722e614504b214aac7a8d4b5c6348ab1d"
1616

1717
def install
1818
bin.install "turso"
@@ -22,8 +22,8 @@ def install
2222
end
2323
end
2424
if Hardware::CPU.arm?
25-
url "https://github.com/tursodatabase/homebrew-tap/releases/download/v1.0.9/homebrew-tap_Darwin_arm64.tar.gz"
26-
sha256 "068c00558a2965795ec3e6260811faffb73c3f2abb944ad907461a12b469edb8"
25+
url "https://github.com/tursodatabase/homebrew-tap/releases/download/v1.0.10/homebrew-tap_Darwin_arm64.tar.gz"
26+
sha256 "adc53e0f4f3b7126d8a87a2334d62211140f56e445b6560ddaab6541570c347a"
2727

2828
def install
2929
bin.install "turso"
@@ -36,8 +36,8 @@ def install
3636

3737
on_linux do
3838
if Hardware::CPU.intel? and Hardware::CPU.is_64_bit?
39-
url "https://github.com/tursodatabase/homebrew-tap/releases/download/v1.0.9/homebrew-tap_Linux_x86_64.tar.gz"
40-
sha256 "693c92e82e2434333c582725e331db54a927bcbfeb5301e1e1d2345d44ed5ca9"
39+
url "https://github.com/tursodatabase/homebrew-tap/releases/download/v1.0.10/homebrew-tap_Linux_x86_64.tar.gz"
40+
sha256 "11f7b20e156a526a372206d2b7bb00f913539820b2c273f728d1d3a720aca821"
4141
def install
4242
bin.install "turso"
4343
bash_completion.install "completions/turso.bash" => "turso"
@@ -46,8 +46,8 @@ def install
4646
end
4747
end
4848
if Hardware::CPU.arm? and Hardware::CPU.is_64_bit?
49-
url "https://github.com/tursodatabase/homebrew-tap/releases/download/v1.0.9/homebrew-tap_Linux_arm64.tar.gz"
50-
sha256 "6ff2eba94fa18f9cee4d38bdb985faae5ba95fc40de8cc19e854b8dd099b387e"
49+
url "https://github.com/tursodatabase/homebrew-tap/releases/download/v1.0.10/homebrew-tap_Linux_arm64.tar.gz"
50+
sha256 "cd790ffeee14c5bf6c81485a7d4062e7d22885357a451139a9f82fc1ae9cf5d4"
5151
def install
5252
bin.install "turso"
5353
bash_completion.install "completions/turso.bash" => "turso"

0 commit comments

Comments
 (0)