homebrew-cask/Casks/borgbackup.rb

18 lines
638 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'borgbackup' do
2016-10-29 23:02:42 +08:00
version '1.0.8'
sha256 '9f74f984b362519c7fa8feb9662242bc8c6bf73175e2808e850ec662b62c8f30'
2015-11-11 22:02:39 +08:00
# github.com/borgbackup/borg was verified as official when first introduced to the cask
2016-07-25 06:50:11 +08:00
url "https://github.com/borgbackup/borg/releases/download/#{version}/borg-macosx64"
2016-01-27 14:06:38 +08:00
appcast 'https://github.com/borgbackup/borg/releases.atom',
2016-10-29 23:02:42 +08:00
checkpoint: '02c302ab17b35ef5cc66613a4e27733afff139fec6eed769bd22258e70e58205'
2015-11-11 22:02:39 +08:00
name 'BorgBackup'
2016-11-23 13:28:28 +08:00
homepage 'https://borgbackup.readthedocs.io/en/stable/'
2015-11-11 22:02:39 +08:00
gpg "#{url}.asc",
2016-05-21 06:57:59 +08:00
key_id: '51F78E01'
2015-11-11 22:02:39 +08:00
container type: :naked
2015-11-11 22:02:39 +08:00
2016-07-27 23:51:42 +08:00
binary 'borg-macosx64', target: 'borg'
2015-11-11 22:02:39 +08:00
end