homebrew-cask/Casks/fotowall.rb

17 lines
475 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fotowall' do
2014-08-05 10:19:21 +08:00
version '0.8.2'
sha256 'f49ad020eb6d36b9ad5492edd24ce608aef4466b727b5d0811ed4218b35d0c8c'
2016-01-19 21:22:05 +08:00
# storage.googleapis.com is the official download host per the vendor homepage
url "https://storage.googleapis.com/google-code-archive-downloads/v1/code.google.com/fotowall/Fotowall-#{version}-OSX.dmg"
2015-03-30 21:24:56 +08:00
name 'Fotowall'
2014-08-05 10:19:21 +08:00
homepage 'http://www.enricoros.com/opensource/fotowall/'
2015-07-10 05:50:53 +08:00
license :gpl
2014-08-05 10:19:21 +08:00
2014-09-16 00:05:35 +08:00
app 'Fotowall.app'
2016-01-19 21:22:05 +08:00
caveats do
discontinued
end
2014-08-05 10:19:21 +08:00
end