homebrew-cask/Casks/borgbackup.rb

19 lines
654 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'borgbackup' do
2016-07-25 06:50:11 +08:00
version '1.0.6'
sha256 '17eb30d172b96ffc8a87e16c189a8249ad544d2d5d12da93f1aff9d71ef13aca'
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-07-25 06:50:11 +08:00
checkpoint: 'e53b173e9e9aa7c40f08a5b398cac3bd4158491656181d4fa636b454b47f37f0'
2015-11-11 22:02:39 +08:00
name 'BorgBackup'
homepage 'https://borgbackup.readthedocs.org/en/stable/'
2015-11-11 22:02:39 +08:00
license :bsd
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-05-21 06:57:59 +08:00
binary 'borg-darwin64', target: 'borg'
2015-11-11 22:02:39 +08:00
end