Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
SQLCipher 3.3.1
Browse files Browse the repository at this point in the history
Closes #47377.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
justinclift authored and MikeMcQuaid committed Dec 26, 2015
1 parent f44ea98 commit 45bdb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/sqlcipher.rb
@@ -1,8 +1,8 @@
class Sqlcipher < Formula
desc "SQLite extension providing 256-bit AES encryption"
homepage "http://sqlcipher.net"
url "https://github.com/sqlcipher/sqlcipher/archive/v3.3.0.tar.gz"
sha256 "18f5df41a9806bc8eece00fde24c85107bd4807a5ae7057f9a6188de5d8fd82a"
url "https://github.com/sqlcipher/sqlcipher/archive/v3.3.1.tar.gz"
sha256 "ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf"

head "https://github.com/sqlcipher/sqlcipher.git"

Expand Down

0 comments on commit 45bdb8c

Please sign in to comment.