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
231 B
Ruby
7 lines
231 B
Ruby
class Simon < Cask
|
|
url 'http://www.dejal.com/download/simon-3.5.1.zip'
|
|
homepage 'http://www.dejal.com/simon/'
|
|
version '3.5.1'
|
|
sha256 '2dc8f6d992df93ef89ab7c4829a858697457b747e478fdaa88cc52a8186eeb1d'
|
|
link 'Simon.app'
|
|
end
|