mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
The previous v3.3.1 .dmg accidentally included an old version of SQLite. :( This new .dmg has the correct (latest) version of SQLite in it. :)
9 lines
316 B
Ruby
9 lines
316 B
Ruby
class SqliteDatabaseBrowser < Cask
|
|
version '3.3.1'
|
|
sha256 '14fce5d0df8c06e355aba526f256fd69c7f32e277506add4406c66e4714325eb'
|
|
|
|
url "https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v#{version}/sqlitebrowser-#{version}v2.dmg"
|
|
homepage 'http://sqlitebrowser.org'
|
|
|
|
link "sqlitebrowser.app"
|
|
end
|