homebrew-cask/Casks/netdownloadhelpercoapp.rb

15 lines
591 B
Ruby

cask "netdownloadhelpercoapp" do
version "1.5.0"
sha256 "354b302206da8bda19a006237f3fd609bec79ccca6380ec994f0b9b482571f4b"
# github.com/mi-g/vdhcoapp/ was verified as official when first introduced to the cask
url "https://github.com/mi-g/vdhcoapp/releases/download/v#{version}/net.downloadhelper.coapp-#{version}.pkg"
appcast "https://github.com/mi-g/vdhcoapp/releases.atom"
name "Video DownloadHelper Companion App"
homepage "https://www.downloadhelper.net/install-coapp"
pkg "net.downloadhelper.coapp-#{version}.pkg"
uninstall pkgutil: "net.downloadhelper.coapp"
end