homebrew-cask/Casks/iconping.rb

12 lines
279 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'iconping' do
2014-07-08 23:05:02 +08:00
version '1.02'
sha256 '9f02c99b360ed2a0a424e1bdeb4f810ffb120a3cf78b6889b8a6c5b29b06d0c9'
2014-07-09 01:22:14 +08:00
2014-09-26 20:08:57 +08:00
url "http://antirez.com/iconping/iconping-#{version}.app.dmg"
2015-01-05 05:29:02 +08:00
name 'Icon Ping'
2014-07-09 01:22:14 +08:00
homepage 'http://antirez.com/iconping/'
2015-09-03 04:27:56 +08:00
license :bsd
2014-07-09 01:22:14 +08:00
2014-09-16 00:05:43 +08:00
app 'iconping.app'
2014-07-08 23:05:02 +08:00
end