mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
351 B
Ruby
10 lines
351 B
Ruby
class Sqleditor < Cask
|
|
version '2.7'
|
|
sha256 '38f9d93d0ff7d680eff64949601ee4693eb91c38f89bd2f42a7e86809b36e9b5'
|
|
|
|
url 'https://www.malcolmhardie.com/sqleditor/releases/2.7/SQLEditor-2-7.zip'
|
|
appcast 'https://www.malcolmhardie.com/sqleditor/appcast/sq2release.xml'
|
|
homepage 'http://www.malcolmhardie.com/sqleditor/'
|
|
|
|
link 'SQLEditor.app'
|
|
end
|