diff options
| author | Justin Clift | 2014-07-07 12:11:10 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-07-07 09:07:04 -0500 |
| commit | 5b2b422f8d8c194bfc26c8d82fcbce12296c1691 (patch) | |
| tree | e891538d3231856586c14a9e832b693a68a59094 /Library/Formula | |
| parent | 998b8aa0795ac46e358c4d52c90fbd4b70d05c2f (diff) | |
| download | homebrew-5b2b422f8d8c194bfc26c8d82fcbce12296c1691.tar.bz2 | |
sqlite database browser 3.2.0
Closes #30705.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 eefa29228..4ca93d024 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/sqlb-3.1.0.tar.gz' - sha256 '06ba56016c1f39935d8e121304e27d4d55b0bc74181e4b20155c11aa8c183aae' + url 'https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-3.2.0.tar.gz' + sha256 '2eabb4c0102cb2fabd6bd556ffc40c247a8b317adf518d0601b5ee885ac86e1b' head 'https://github.com/sqlitebrowser/sqlitebrowser.git' |
