5
5
class Turso < Formula
6
6
desc ""
7
7
homepage "https://github.com/tursodatabase/homebrew-tap"
8
- version "1.0.9 "
8
+ version "1.0.10 "
9
9
10
10
depends_on "libsql/sqld/sqld"
11
11
12
12
on_macos do
13
13
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 "
16
16
17
17
def install
18
18
bin . install "turso"
@@ -22,8 +22,8 @@ def install
22
22
end
23
23
end
24
24
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 "
27
27
28
28
def install
29
29
bin . install "turso"
@@ -36,8 +36,8 @@ def install
36
36
37
37
on_linux do
38
38
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 "
41
41
def install
42
42
bin . install "turso"
43
43
bash_completion . install "completions/turso.bash" => "turso"
@@ -46,8 +46,8 @@ def install
46
46
end
47
47
end
48
48
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 "
51
51
def install
52
52
bin . install "turso"
53
53
bash_completion . install "completions/turso.bash" => "turso"
0 commit comments