Skip to content

Commit 5392b12

Browse files
committed
Bump SQLite from 3.46.0 to 3.46.1
Close #4
1 parent 088dd1d commit 5392b12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/sqlb-sqlite.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
class SqlbSqlite < Formula
22
desc "Command-line interface for SQLite"
33
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"
77
license "blessing"
88
env :std
99

1010
bottle do
1111
root_url "https://nightlies.sqlitebrowser.org/homebrew_bottles"
1212
rebuild 1
13-
sha256 cellar: :any, arm64_sonoma: "c880935608362af4e478155db380e809193e1ebaed864c66d0fc724818d06a44"
13+
sha256 cellar: :any, arm64_sonoma: "875b64dc12419fce0e88e9157967302813d6e1569384716e954bdde426830b18"
1414
end
1515

1616
livecheck do
@@ -85,4 +85,4 @@ def install
8585
names = shell_output("#{bin}/sqlite3 < #{path}").strip.split("\n")
8686
assert_equal %w[Sue Tim Bob], names
8787
end
88-
end
88+
end

0 commit comments

Comments
 (0)