homebrew-cask/Casks/mapbox-studio.rb

13 lines
450 B
Ruby
Raw Normal View History

2014-11-14 01:26:20 +08:00
cask :v1 => 'mapbox-studio' do
version '0.2.0'
sha256 '20837f952042c9e1f5eeb4974940ae4731d082601e323eaa986b77c32adf6c9c'
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