homebrew-cask/Casks/gopro-studio.rb

14 lines
416 B
Ruby
Raw Normal View History

2014-11-14 01:25:58 +08:00
cask :v1 => 'gopro-studio' do
2015-02-12 07:33:29 +08:00
version '2.5.4.514'
sha256 '8db476dc843306cff510b29bf16367717fabb09cfcebbae8d287f17724585fd7'
2014-11-10 09:53:35 +08:00
url "http://software.gopro.com/Mac/GoProStudio-#{version}.dmg"
2015-04-06 17:06:59 +08:00
name 'GoPro Studio'
2014-11-10 09:53:35 +08:00
homepage 'http://shop.gopro.com/APAC/softwareandapp/gopro-studio/GoPro-Studio.html#/start=1'
license :commercial
pkg 'GoPro Studio.pkg'
2014-11-22 22:12:40 +08:00
2014-11-10 09:53:35 +08:00
uninstall :pkgutil => 'com.GoPro.pkg.GoProStudio'
end