mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
11 lines
387 B
Ruby
11 lines
387 B
Ruby
cask :v1 => 'iconping' do
|
|
version '1.02'
|
|
sha256 '9f02c99b360ed2a0a424e1bdeb4f810ffb120a3cf78b6889b8a6c5b29b06d0c9'
|
|
|
|
url "http://antirez.com/iconping/iconping-#{version}.app.dmg"
|
|
name 'Icon Ping'
|
|
homepage 'http://antirez.com/iconping/'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
app 'iconping.app'
|
|
end
|