From 5b2b422f8d8c194bfc26c8d82fcbce12296c1691 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 7 Jul 2014 12:11:10 +0100 Subject: sqlite database browser 3.2.0 Closes #30705. Signed-off-by: Jack Nagel --- Library/Formula/sqlitebrowser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3