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-08-22 04:44:35 +08:00
version '1.0.7'
sha256 '4c3ac681e786f34f6de47efbf2dc0ecd2f0c615b6d8ff026639bf3317a4c5e5f'
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-08-22 04:44:35 +08:00
checkpoint: '957ad43f7646cd0227b030bd67359cd7403131fbf16505408a2899143515f119'
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-07-27 23:51:42 +08:00
binary 'borg-macosx64', target: 'borg'
2015-11-11 22:02:39 +08:00
end