homebrew-cask/Casks/gopro-studio.rb

14 lines
417 B
Ruby
Raw Normal View History

2014-11-14 01:25:58 +08:00
cask :v1 => 'gopro-studio' do
version '2.5.7.321'
sha256 '63d875d8b6a2a715ada3224a5b81cb79d82199195f6f22e908c4c1455a3829c9'
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'
2015-06-29 14:32:18 +08:00
homepage 'https://shop.gopro.com/APAC/softwareandapp/gopro-studio/GoPro-Studio.html#/start=1'
2014-11-10 09:53:35 +08:00
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