mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
253 B
Ruby
7 lines
253 B
Ruby
class SequelPro < Cask
|
|
url 'https://sequel-pro.googlecode.com/files/sequel-pro-1.0.2.dmg'
|
|
homepage 'http://www.sequelpro.com/'
|
|
version '1.0.2'
|
|
sha256 'facd99344d0124cf4444acbef9006d947eadc6f96127b09e7380f014c7775f85'
|
|
link 'Sequel Pro.app'
|
|
end
|