homebrew-cask/Casks/duplicati.rb

13 lines
362 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'duplicati' do
2014-07-05 15:13:20 +08:00
version '1.3.4'
sha256 'd97065d012fb929fa4e37b5efab2d246b6aef667f892a95301a1271f704963f2'
# googlecode.com is the official download host per the vendor homepage
2015-06-29 14:32:18 +08:00
url "https://duplicati.googlecode.com/files/Duplicati%20#{version}.dmg"
2015-03-28 01:20:22 +08:00
name 'Duplicati'
2014-07-05 15:13:20 +08:00
homepage 'http://www.duplicati.com/'
2014-10-01 23:32:48 +08:00
license :oss
2014-07-05 15:13:20 +08:00
2014-09-16 00:05:30 +08:00
app 'Duplicati.app'
2014-07-05 15:13:20 +08:00
end