Merge pull request #10682 from toonetown/powerphotos

Add PowerPhotos 1.0
This commit is contained in:
Vítor Galvão 2015-04-17 01:09:50 +01:00
commit 3031f05fca
1 changed files with 12 additions and 0 deletions

12
Casks/powerphotos.rb Normal file
View File

@ -0,0 +1,12 @@
cask :v1 => 'powerphotos' do
version '1.0.0'
sha256 '449a3b6acb91e890c931045dcaae430b6daa7910c47a6a3fb4211cd3770a3d6f'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/fatcatsoftware/powerphotos/PowerPhotos_#{version.gsub('.', '')}.zip"
name 'PowerPhotos'
homepage 'http://www.fatcatsoftware.com/powerphotos/'
license :commercial
app 'PowerPhotos.app'
end