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

15 lines
574 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'angry-ip-scanner' do
2016-01-13 23:27:53 +08:00
version '3.4.1'
sha256 '0676d3458ff6562c5b7fb3229fa9b9fa02e055ea773ce8ecbe45c4f01c43febb'
# github.com/angryziber/ipscan was verified as official when first introduced to the cask
2014-07-17 19:12:37 +08:00
url "https://github.com/angryziber/ipscan/releases/download/#{version}/ipscan-mac-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/angryziber/ipscan/releases.atom',
checkpoint: 'f26581a15e3c835964b4b31a3a9c5250bf77ac7678b1f699876b2274687a4d63'
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