diff options
| author | Justin Clift | 2014-08-31 16:22:48 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-31 18:11:02 +0100 | 
| commit | 27983a63bc5235b4f9533e61ef85ed9d6c48db03 (patch) | |
| tree | 5836fca00c46b54ea3dfff9697d2465e7020eb52 /Library/Formula/sqlitebrowser.rb | |
| parent | cbda10477f3d970e28d2de34547e130cdf1a6b91 (diff) | |
| download | homebrew-27983a63bc5235b4f9533e61ef85ed9d6c48db03.tar.bz2 | |
sqlitebrowser 3.3.1
database browser 3.3.1 for sqlite
New version to reflect the project being renamed upstream. ;)
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 ee351fc6e..71fc51623 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.0.tar.gz' -  sha1 '9585fd37465b844d5458152883b6305c6e3e8530' +  url 'https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.3.1.tar.gz' +  sha1 '5d05093d602113b27d594878fcf0d8974fe91d20'    head 'https://github.com/sqlitebrowser/sqlitebrowser.git'  | 
