Skip to content

Commit 5464489

Browse files
committed
Bump SQLCipher from 4.6.0 to 4.6.1
Close #5
1 parent 5392b12 commit 5464489

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/sqlb-sqlcipher.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
class SqlbSqlcipher < Formula
22
desc "SQLite extension providing 256-bit AES encryption"
33
homepage "https://www.zetetic.net/sqlcipher/"
4-
version "4.6.0"
4+
version "4.6.1"
55
url "https://github.com/sqlcipher/sqlcipher/archive/refs/tags/v#{version}.tar.gz"
6-
sha256 "879fb030c36bc5138029af6aa3ae3f36c28c58e920af05ac7ca78a5915b2fa3c"
6+
sha256 "d8f9afcbc2f4b55e316ca4ada4425daf3d0b4aab25f45e11a802ae422b9f53a3"
77
license "BSD-3-Clause"
88
head "https://github.com/sqlcipher/sqlcipher.git", branch: "master"
99

1010
bottle do
1111
root_url "https://nightlies.sqlitebrowser.org/homebrew_bottles"
1212
rebuild 1
13-
sha256 arm64_sonoma: "e19e90b320f464e8639e5bd5f59ee21e5b32c47f844440e85d43f0a39a2b2069"
13+
sha256 arm64_sonoma: "ff81df0c7205ada240dfa3ea9fc29e11882b11ed1625b00b4b6cf3853d555084"
1414
end
1515

1616
depends_on arch: :arm64
@@ -112,4 +112,4 @@ def install
112112
names = shell_output("#{bin}/sqlcipher < #{path}").strip.split("\n")
113113
assert_equal %w[Sue Tim Bob], names
114114
end
115-
end
115+
end

0 commit comments

Comments
 (0)