homebrew-cask/Casks/bathyscaphe.rb

15 lines
501 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bathyscaphe' do
version '310-v1085'
sha256 'b1cb3a273477a6d4003640fbbfa9e93c563b0d88f3adb8a5d26cdffe284173b6'
# bitbucket.org/bathyscaphe/public/downloads was verified as official when first introduced to the cask
url "https://bitbucket.org/bathyscaphe/public/downloads/BathyScaphe-#{version}.dmg"
appcast 'https://bathyscaphe.bitbucket.io/appcast.xml'
2015-02-03 04:32:37 +08:00
name 'BathyScaphe'
homepage 'https://bathyscaphe.bitbucket.io/'
depends_on macos: '>= :sierra'
2014-09-16 00:05:18 +08:00
app 'BathyScaphe.app'
2014-01-11 18:55:25 +08:00
end