homebrew-cask/Casks/bimedesktop.rb

13 lines
324 B
Ruby
Raw Normal View History

2015-03-06 15:26:14 +08:00
cask :v1 => 'bimedesktop' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/bimeio/bimedesktop/BimeDesktop-mac.zip'
name 'BIME Desktop'
2015-06-29 14:32:18 +08:00
homepage 'https://www.bimeanalytics.com/'
2015-03-06 15:26:14 +08:00
license :gratis
app 'BimeDesktop.app'
end