homebrew-cask/Casks/dripcap.rb

20 lines
792 B
Ruby

cask 'dripcap' do
version '0.6.15'
sha256 'a89f2eea194e6736b7ae2fa7d8668149c87a1c1378848460a6030b5fed9d187b'
# github.com/dripcap was verified as official when first introduced to the cask
url "https://github.com/dripcap/dripcap/releases/download/v#{version}/dripcap-darwin-amd64.dmg"
appcast 'https://github.com/dripcap/dripcap/releases.atom',
checkpoint: '54544b11d6daeb65f53b52af517ed4599144b055522cf7720c30c072b929a9c7'
name 'Dripcap'
homepage 'https://dripcap.org/'
app 'Dripcap.app'
uninstall launchctl: 'org.dripcap.DripcapHelper',
delete: [
'/Library/LaunchDaemons/org.dripcap.DripcapHelper.plist',
'/Library/PrivilegedHelperTools/org.dripcap.DripcapHelper',
]
end