homebrew-cask/Casks/kismac.rb

15 lines
598 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'kismac' do
version '0.3.3'
sha256 'd48f307c1c46a1d1a6b4465d653cf417e583bc09b7ea76d21183068066bc49bb'
2015-01-18 07:26:34 +08:00
# kismacmirror.com is the official download host per the vendor homepage
2014-09-26 20:08:59 +08:00
url "http://update.kismacmirror.com/binaries/KisMAC-#{version}.dmg"
2014-10-15 23:43:51 +08:00
appcast 'http://update.kismac-ng.org/sparkle/profileInfo.php',
:sha256 => 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
2015-04-07 21:38:27 +08:00
name 'KisMAC'
2013-05-24 09:48:33 +08:00
homepage 'http://kismac-ng.org/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:49 +08:00
app 'KisMAC.app'
2013-05-24 09:48:33 +08:00
end