homebrew-cask/Casks/gopro-studio.rb

13 lines
394 B
Ruby
Raw Normal View History

2014-11-14 01:25:58 +08:00
cask :v1 => 'gopro-studio' do
2014-11-10 09:53:35 +08:00
version '2.5.3.460'
sha256 '870ede8a7f446caaf34690dcb623b2d3b193449575517339dca4ff81f07e2f9a'
url "http://software.gopro.com/Mac/GoProStudio-#{version}.dmg"
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