homebrew-cask/Casks/fotowall.rb

18 lines
692 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'
2017-01-30 05:27:37 +08:00
# storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fotowall was verified as official when first introduced to the cask
url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fotowall/Fotowall-#{version}-OSX.dmg"
appcast 'http://www.enricoros.com/opensource/fotowall/download/changelogs/',
checkpoint: 'b28bf6caa8bc300f962ea1ea95cce071aa80a1623efabdc2db4182ff78e7dd6b'
2015-03-30 21:24:56 +08:00
name 'Fotowall'
homepage 'https://www.enricoros.com/opensource/fotowall/'
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