homebrew-cask/Casks/photoninja.rb

13 lines
498 B
Ruby
Raw Normal View History

2014-11-14 01:26:38 +08:00
cask :v1 => 'photoninja' do
2015-01-18 10:18:47 +08:00
version '1.2.4RC'
sha256 '6bb3d42e319f318db9232478a043f59adfc73033234cfe38cea90c11bec6d1a9'
2015-01-18 10:18:47 +08:00
# cachefly.net is the official download host per the vendor homepage
2014-09-26 20:09:06 +08:00
url "https://picturecode.cachefly.net/photoninja/downloads/Install_PhotoNinja_#{version}.dmg"
2015-04-18 03:10:32 +08:00
name 'Photo Ninja'
2014-12-25 01:48:21 +08:00
homepage 'http://www.picturecode.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:07 +08:00
app 'PhotoNinja.app'
end