homebrew-cask/Casks/retinizer.rb

13 lines
385 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'retinizer' do
2014-10-25 23:52:19 +08:00
version '0.5.0'
2013-11-15 01:53:51 +08:00
sha256 '34d82f6beeb934ebd73ac231c364298456374d8e52f5e3826077999507832922'
# google.com is the official download host per the vendor homepage
url "https://sites.google.com/a/mikelpr.com/files/home/Retinizer#{version.delete('.')}.zip"
2015-04-25 22:51:38 +08:00
name 'Retinizer'
homepage 'http://retinizer.mikelpr.com/'
2015-07-04 16:34:02 +08:00
license :gratis
2014-09-16 00:06:14 +08:00
app 'Retinizer.app'
2013-11-15 01:53:51 +08:00
end