homebrew-cask/Casks/angry-ip-scanner.rb

14 lines
468 B
Ruby
Raw Normal View History

2014-11-14 01:25:21 +08:00
cask :v1 => 'angry-ip-scanner' do
2015-06-20 04:50:57 +08:00
version '3.3.3'
sha256 '5fec32c0fd6dae3b84bd2533e69916a65066176439e8b8481dffc2c565ac70cd'
# github.com is the official download host per the vendor homepage
2014-07-17 19:12:37 +08:00
url "https://github.com/angryziber/ipscan/releases/download/#{version}/ipscan-mac-#{version}.zip"
appcast 'https://github.com/angryziber/ipscan/releases.atom'
2015-01-04 11:03:15 +08:00
name 'Angry IP Scanner'
homepage 'http://angryip.org'
2014-10-12 00:34:56 +08:00
license :gpl
2014-09-16 00:05:14 +08:00
app 'Angry IP Scanner.app'
2014-03-16 03:45:01 +08:00
end