homebrew-cask/Casks/iconizer.rb

15 lines
498 B
Ruby
Raw Normal View History

2018-10-09 22:01:04 +08:00
cask 'iconizer' do
2018-10-18 10:03:45 +08:00
version '2.6.0'
sha256 '3a385847f43a2b7fc2edcf4e45e241a635c4488568c318143811032fb29e9396'
2018-10-09 22:01:04 +08:00
# github.com/raphaelhanneken/iconizer was verified as official when first introduced to the cask
url "https://github.com/raphaelhanneken/iconizer/releases/download/#{version}/Iconizer.dmg"
appcast 'https://github.com/raphaelhanneken/iconizer/releases.atom'
name 'Iconizer'
homepage 'http://raphaelhanneken.github.io/iconizer/'
2018-10-18 10:03:45 +08:00
auto_updates true
2018-10-09 22:01:04 +08:00
app 'Iconizer.app'
end