homebrew-cask/Casks/hiss.rb

14 lines
430 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hiss' do
2014-09-17 19:42:47 +08:00
version :latest
sha256 :no_check
2013-04-15 04:10:05 +08:00
url 'http://collect3.com.au/hiss/Hiss.zip'
2015-12-26 04:57:40 +08:00
appcast 'http://collect3.com.au/hiss/appcast.xml',
:sha256 => 'de44a2a8044a10edde7cdccc8a14419ac243fb2e8b66702677e7052416fd711f'
2015-04-02 04:15:44 +08:00
name 'Hiss'
2013-04-15 04:10:05 +08:00
homepage 'http://collect3.com.au/hiss/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:41 +08:00
app 'Hiss.app'
2013-04-15 04:10:05 +08:00
end