diff options
| author | Justin Clift | 2015-02-10 00:22:17 +0000 | 
|---|---|---|
| committer | Brett Koonce | 2015-02-09 20:50:18 -0800 | 
| commit | a2cbc530ac968c53917da9db44d3370fb154dace (patch) | |
| tree | 97b79ad238c40fe09d1a8dcd0cdcd0002ae3b01a /Library/Formula/sqlitebrowser.rb | |
| parent | 8ad452a138844d3e0fd499089d40c2b8520a9b26 (diff) | |
| download | homebrew-a2cbc530ac968c53917da9db44d3370fb154dace.tar.bz2 | |
sqlite browser 3.5.1
Closes #36689.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/sqlitebrowser.rb')
| -rw-r--r-- | Library/Formula/sqlitebrowser.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sqlitebrowser.rb b/Library/Formula/sqlitebrowser.rb index 7318ab6ba..7e9c7915c 100644 --- a/Library/Formula/sqlitebrowser.rb +++ b/Library/Formula/sqlitebrowser.rb @@ -2,8 +2,8 @@ require 'formula'  class Sqlitebrowser < Formula    homepage 'http://sqlitebrowser.org' -  url 'https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.4.0.tar.gz' -  sha1 'c60e953639ce8294155fa819a4538b05f8d58b64' +  url 'https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.5.1.tar.gz' +  sha1 '2c915ccb1e869e98c9e4133ecef1ba003a304d87'    head 'https://github.com/sqlitebrowser/sqlitebrowser.git'  | 
