mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
319 B
Ruby
10 lines
319 B
Ruby
class SequelPro < Cask
|
|
version '1.0.2'
|
|
sha256 'facd99344d0124cf4444acbef9006d947eadc6f96127b09e7380f014c7775f85'
|
|
|
|
url 'https://sequel-pro.googlecode.com/files/sequel-pro-1.0.2.dmg'
|
|
appcast 'http://www.sequelpro.com/appcast/app-releases.xml'
|
|
homepage 'http://www.sequelpro.com/'
|
|
|
|
link 'Sequel Pro.app'
|
|
end
|