File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
class SqlbSqlcipher < Formula
2
2
desc "SQLite extension providing 256-bit AES encryption"
3
3
homepage "https://www.zetetic.net/sqlcipher/"
4
- version "4.6.0 "
4
+ version "4.6.1 "
5
5
url "https://github.com/sqlcipher/sqlcipher/archive/refs/tags/v#{ version } .tar.gz"
6
- sha256 "879fb030c36bc5138029af6aa3ae3f36c28c58e920af05ac7ca78a5915b2fa3c "
6
+ sha256 "d8f9afcbc2f4b55e316ca4ada4425daf3d0b4aab25f45e11a802ae422b9f53a3 "
7
7
license "BSD-3-Clause"
8
8
head "https://github.com/sqlcipher/sqlcipher.git" , branch : "master"
9
9
10
10
bottle do
11
11
root_url "https://nightlies.sqlitebrowser.org/homebrew_bottles"
12
12
rebuild 1
13
- sha256 arm64_sonoma : "e19e90b320f464e8639e5bd5f59ee21e5b32c47f844440e85d43f0a39a2b2069 "
13
+ sha256 arm64_sonoma : "ff81df0c7205ada240dfa3ea9fc29e11882b11ed1625b00b4b6cf3853d555084 "
14
14
end
15
15
16
16
depends_on arch : :arm64
@@ -112,4 +112,4 @@ def install
112
112
names = shell_output ( "#{ bin } /sqlcipher < #{ path } " ) . strip . split ( "\n " )
113
113
assert_equal %w[ Sue Tim Bob ] , names
114
114
end
115
- end
115
+ end
You can’t perform that action at this time.
0 commit comments