From a2cbc530ac968c53917da9db44d3370fb154dace Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 10 Feb 2015 00:22:17 +0000 Subject: sqlite browser 3.5.1 Closes #36689. Signed-off-by: Brett Koonce --- Library/Formula/sqlitebrowser.rb | 4 ++-- 1 file 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' -- cgit v1.2.3