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

14 lines
551 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'angry-ip-scanner' do
version '3.5.1'
sha256 '3283db621b621cbd7761709125c8097dc52ef0b9329bd25c9eb79a162b86eb12'
# github.com/angryip/ipscan was verified as official when first introduced to the cask
url "https://github.com/angryip/ipscan/releases/download/#{version}/ipscan-mac-#{version}.zip"
appcast 'https://github.com/angryip/ipscan/releases.atom',
checkpoint: '361e1b18d29be11a526cc85ff7fd2e56c2ea1daff7cd261e9fc58f99e84a0cf5'
2015-01-04 11:03:15 +08:00
name 'Angry IP Scanner'
homepage 'http://angryip.org/'
2014-09-16 00:05:14 +08:00
app 'Angry IP Scanner.app'
2014-03-16 03:45:01 +08:00
end