homebrew-cask/Casks/privacy-services-manager.rb

18 lines
792 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'privacy-services-manager' do
version '1.7.2'
sha256 '0d7a5e7431d5a44d7b1ddcc8e59fa3672d573a9203c45b620daee695444de040'
url "https://github.com/univ-of-utah-marriott-library-apple/privacy_services_manager/releases/download/#{version}/Privacy_Services_Management_#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/univ-of-utah-marriott-library-apple/privacy_services_manager/releases.atom',
checkpoint: 'c43f541f36b96461d18aaa246ac9a292a87b853f2820f008c72699730cd982ba'
name 'Privacy Services Management'
homepage 'https://github.com/univ-of-utah-marriott-library-apple/privacy_services_manager'
license :mit
depends_on macos: '>= :mountain_lion'
pkg "Privacy Services Management [#{version}].pkg"
uninstall pkgutil: 'edu.utah.scl.privacy_services_manager'
end