homebrew-cask/Casks/bitkeeper.rb

14 lines
399 B
Ruby
Raw Normal View History

cask 'bitkeeper' do
2017-10-05 05:15:02 +08:00
version '7.3.2'
sha256 '2e2ec30061627e325f156340ef75e58d900bd4604a799669bb72bc98553a9982'
2018-10-07 11:38:01 +08:00
url "https://www.bitkeeper.org/downloads/#{version}/bk-#{version}-x86_64-macosx.pkg"
appcast 'https://www.bitkeeper.org/download.html'
name 'BitKeeper'
2018-10-07 11:38:01 +08:00
homepage 'https://www.bitkeeper.org/'
2016-05-26 16:44:19 +08:00
pkg "bk-#{version}-x86_64-macosx.pkg"
uninstall pkgutil: 'com.bitkeeper.bk'
end