homebrew-cask/Casks/biba.rb

15 lines
513 B
Ruby

cask :v1 => 'biba' do
version '3.6.3699'
sha256 '179b511ad7c6cbb26cfdf7ecffe3a145d49372c2bff397c38c76f4254dc46e80'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3-us-west-1.amazonaws.com/downloads.biba.com/builds/Biba-OSX-#{version}.dmg"
appcast 'https://biba.com/osx_downloads/appcast',
:sha256 => 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
name 'Biba'
homepage 'https://www.biba.com'
license :closed
app 'Biba.app'
end