homebrew-cask/Casks/icons.rb

13 lines
373 B
Ruby
Raw Normal View History

2014-11-14 01:26:03 +08:00
cask :v1 => 'icons' do
2015-05-13 11:06:18 +08:00
version '1.1'
sha256 'aff6836c0425c845afbc4d71579ebd8adf4d161f03413939ee8579b23782159a'
2014-11-10 00:26:03 +08:00
url "https://github.com/exherb/icons/releases/download/#{version}/icons-v#{version}-macos-x64.zip"
2015-03-15 19:51:28 +08:00
appcast 'https://github.com/exherb/icons/releases.atom'
2015-01-06 10:36:47 +08:00
name 'Icons'
2014-11-10 00:26:03 +08:00
homepage 'https://github.com/exherb/icons'
license :mit
2014-11-10 00:26:03 +08:00
app 'Icons.app'
end