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

14 lines
466 B
Ruby
Raw Normal View History

2014-11-14 01:25:21 +08:00
cask :v1 => 'angry-ip-scanner' do
2015-09-08 01:00:22 +08:00
version '3.4'
sha256 '56976a6b2d3b62ef3e46626df51eb20a4e849e346a5292bf923481f4efb5da4a'
# 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