sqlite browser 3.5.1
Closes Homebrew/homebrew#36689. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
fac3370bba
commit
0abb1e20a4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Sqlitebrowser < Formula
|
class Sqlitebrowser < Formula
|
||||||
homepage 'http://sqlitebrowser.org'
|
homepage 'http://sqlitebrowser.org'
|
||||||
url 'https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.4.0.tar.gz'
|
url 'https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.5.1.tar.gz'
|
||||||
sha1 'c60e953639ce8294155fa819a4538b05f8d58b64'
|
sha1 '2c915ccb1e869e98c9e4133ecef1ba003a304d87'
|
||||||
|
|
||||||
head 'https://github.com/sqlitebrowser/sqlitebrowser.git'
|
head 'https://github.com/sqlitebrowser/sqlitebrowser.git'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue