homebrew-cask/Casks/fotowall.rb

13 lines
386 B
Ruby
Raw Normal View History

2014-11-14 01:25:52 +08:00
cask :v1 => 'fotowall' do
2014-08-05 10:19:21 +08:00
version '0.8.2'
sha256 'f49ad020eb6d36b9ad5492edd24ce608aef4466b727b5d0811ed4218b35d0c8c'
2015-01-18 03:29:36 +08:00
# googlecode.com is the official download host per the vendor homepage
2015-06-29 14:32:18 +08:00
url "https://fotowall.googlecode.com/files/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'
2014-08-05 10:19:21 +08:00
end