homebrew-cask/Casks/icons.rb

14 lines
455 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-12-26 04:57:40 +08:00
appcast 'https://github.com/exherb/icons/releases.atom',
:sha256 => 'd3d15bf97bb0434698713d65b0b5fcb3919411c932a580d9d0974e8544408b58'
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