diff options
| author | Justin Clift | 2014-10-29 23:36:18 +0000 | 
|---|---|---|
| committer | Tim D. Smith | 2014-10-29 22:20:16 -0700 | 
| commit | a4677165c7f3602bb4f0eb4d29e966325ec6aac1 (patch) | |
| tree | d8f3dbe209f75cee5e83672dafeb77df2b80a850 /Library/Formula/sqlitebrowser.rb | |
| parent | 8a02e98f13109c74b8786d4a265b7d45f0d5a708 (diff) | |
| download | homebrew-a4677165c7f3602bb4f0eb4d29e966325ec6aac1.tar.bz2 | |
sqlitebrowser 3.4.0
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 b2d5d28b3..f46d42277 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.3.1.tar.gz' -  sha1 '5d05093d602113b27d594878fcf0d8974fe91d20' +  url 'https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.4.0.tar.gz' +  sha1 'c60e953639ce8294155fa819a4538b05f8d58b64'    head 'https://github.com/sqlitebrowser/sqlitebrowser.git'  | 
