mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
10 lines
346 B
Ruby
10 lines
346 B
Ruby
class Subsmarine < Cask
|
|
version '1.2'
|
|
sha256 '337722dedb0682d34f11f2decc3ad827849032f9a0e795d2f89c5c4bd0c32286'
|
|
|
|
url 'http://www.cocoawithchurros.com/downloads/subsmarine.app.1.2.zip'
|
|
appcast 'http://www.cocoawithchurros.com/shine/appcast.php?id=7'
|
|
homepage 'http://www.cocoawithchurros.com/subsmarine.php'
|
|
|
|
link 'SubsMarine.app'
|
|
end
|