File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
class SqlbSqlite < Formula
2
2
desc "Command-line interface for SQLite"
3
3
homepage "https://sqlite.org/index.html"
4
- url "https://www.sqlite.org/2024/sqlite-autoconf-3460000 .tar.gz"
5
- version "3.46.0 "
6
- sha256 "6f8e6a7b335273748816f9b3b62bbdc372a889de8782d7f048c653a447417a7d "
4
+ url "https://www.sqlite.org/2024/sqlite-autoconf-3460100 .tar.gz"
5
+ version "3.46.1 "
6
+ sha256 "67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071 "
7
7
license "blessing"
8
8
env :std
9
9
10
10
bottle do
11
11
root_url "https://nightlies.sqlitebrowser.org/homebrew_bottles"
12
12
rebuild 1
13
- sha256 cellar : :any , arm64_sonoma : "c880935608362af4e478155db380e809193e1ebaed864c66d0fc724818d06a44 "
13
+ sha256 cellar : :any , arm64_sonoma : "875b64dc12419fce0e88e9157967302813d6e1569384716e954bdde426830b18 "
14
14
end
15
15
16
16
livecheck do
@@ -85,4 +85,4 @@ def install
85
85
names = shell_output ( "#{ bin } /sqlite3 < #{ path } " ) . strip . split ( "\n " )
86
86
assert_equal %w[ Sue Tim Bob ] , names
87
87
end
88
- end
88
+ end
You can’t perform that action at this time.
0 commit comments