sqlite database browser 3.2.0
Closes Homebrew/homebrew#30705. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b4e596bdc0
commit
520c1b51c4
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue