homebrew-cask/Casks/bimedesktop.rb

13 lines
329 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bimedesktop' do
2015-03-06 15:26:14 +08:00
version :latest
sha256 :no_check
2016-02-12 01:40:32 +08:00
# amazonaws.com/bimeio was verified as official when first introduced to the cask
2015-03-06 15:26:14 +08:00
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