Skip to content

Commit 24fa800

Browse files
committed
Fix wrong SHA256 hash value for SQLite formula
1 parent 93ae2c8 commit 24fa800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/sqlb-sqlite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class SqlbSqlite < Formula
1010
bottle do
1111
root_url "https://nightlies.sqlitebrowser.org/homebrew_bottles"
1212
rebuild 1
13-
sha256 cellar: :any, arm64_sonoma: "13dbe39bef2f56469bc64cbba8ca26ffbdcc9bf6334836e94b32af888f130972"
13+
sha256 cellar: :any, arm64_sonoma: "e6b03a12f5d0392595b99b1564dbbc027f4517fcc578517be2b0641985f4a9e9"
1414
end
1515

1616
livecheck do

0 commit comments

Comments
 (0)