Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
475 B
Ruby

cask "quik" do
version "2.7.0.874"
sha256 "d134c85643d7747c926c5194649737d0835d47e4bb03b2ef77491e540aa36ea8"
url "https://software.gopro.com/Mac/GoPro_Quik-MacInstaller-#{version}.dmg"
name "GoPro Quik"
desc "Access and edit GoPro photos and videos"
homepage "https://community.gopro.com/t5/en/GoPro-Quik-for-desktop/ta-p/394305?profile.language=en"
pkg "GoPro Quik.pkg"
uninstall pkgutil: "com.GoPro.pkg.GoProApp"
caveats do
discontinued
end
end