homebrew-cask/Casks/mapbox-studio.rb

13 lines
443 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mapbox-studio' do
2015-11-20 09:01:35 +08:00
version '0.3.3'
sha256 'e88ec6986fd0b3c05923cf0e647863137cf28a4246f8822949d934c873f050cb'
2014-09-11 05:56:49 +08:00
# amazonaws.com is the official download host per the vendor homepage
2014-09-26 20:09:02 +08:00
url "https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-darwin-x64-v#{version}.zip"
name 'Mapbox Studio'
2014-09-11 05:56:49 +08:00
homepage 'https://www.mapbox.com/mapbox-studio/'
license :bsd
2014-09-11 05:56:49 +08:00
2014-09-16 00:05:54 +08:00
app "mapbox-studio-darwin-x64-v#{version}/Mapbox Studio.app"
2014-09-11 05:56:49 +08:00
end