homebrew-cask/Casks/iconizer.rb

15 lines
499 B
Ruby
Raw Normal View History

2018-10-09 22:01:04 +08:00
cask 'iconizer' do
version '3.0.0'
sha256 'ba39274d621b84163fc1d347d9c0a8c3bd6f7f1e46712c18f4c8b2fa19422fec'
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'
2018-10-19 22:49:27 +08:00
homepage 'https://raphaelhanneken.github.io/iconizer/'
2018-10-09 22:01:04 +08:00
2018-10-18 10:03:45 +08:00
auto_updates true
2018-10-09 22:01:04 +08:00
app 'Iconizer.app'
end