homebrew-cask/Casks/imagealpha.rb

20 lines
563 B
Ruby
Raw Normal View History

2014-11-14 01:26:04 +08:00
cask :v1 => 'imagealpha' do
2014-12-11 00:55:20 +08:00
if MacOS.release <= :snow_leopard
version '1.2.3'
sha256 '79388edcaf5cb29234f722a672b069c6d51fb812e89969ba8db8e957b9a32bf3'
else
2015-06-29 22:04:01 +08:00
version '1.4.0'
sha256 '7dc856013d5e5b8ecaa63dba2da8bd0db17de22ee60790e3b664898327727ed8'
appcast 'http://pngmini.com/appcast.xml',
2015-06-29 22:04:01 +08:00
:sha256 => '6586efef537dc200f439a265d1daee36ef4af08c43c81e4a56fcd4fae088ddbb'
end
2014-09-26 20:08:58 +08:00
url "http://pngmini.com/ImageAlpha#{version}.tar.bz2"
2015-01-05 00:37:28 +08:00
name 'ImageAlpha'
2013-04-17 21:13:08 +08:00
homepage 'http://pngmini.com/'
2015-09-05 00:43:48 +08:00
license :gpl
2014-09-16 00:05:43 +08:00
app 'ImageAlpha.app'
2013-04-17 21:13:08 +08:00
end