homebrew-cask/Casks/icons.rb

13 lines
373 B
Ruby

cask :v1 => 'icons' do
version '1.1'
sha256 'aff6836c0425c845afbc4d71579ebd8adf4d161f03413939ee8579b23782159a'
url "https://github.com/exherb/icons/releases/download/#{version}/icons-v#{version}-macos-x64.zip"
appcast 'https://github.com/exherb/icons/releases.atom'
name 'Icons'
homepage 'https://github.com/exherb/icons'
license :mit
app 'Icons.app'
end