breaktimer 0.7.2 (new cask) (#80775)

This commit is contained in:
Sean Molenaar 2020-04-16 20:40:09 +02:00 committed by GitHub
parent 9a17789d48
commit a508d31373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
Casks/breaktimer.rb Normal file
View File

@ -0,0 +1,17 @@
cask 'breaktimer' do
version '0.7.2'
sha256 '0ce13c043622e9d5e60b531adf2cd3eb13d07a7227d9e7e804723ea47c0dd8b4'
# github.com/tom-james-watson/breaktimer-app was verified as official when first introduced to the cask
url "https://github.com/tom-james-watson/breaktimer-app/releases/download/v#{version}/BreakTimer.dmg"
appcast 'https://github.com/tom-james-watson/breaktimer-app/releases.atom'
name 'BreakTimer'
homepage 'https://breaktimer.app/'
app 'BreakTimer.app'
zap trash: [
'~/Library/Application Support/BreakTimer',
'~/Library/Preferences/com.tomjwatson.breaktimer.plist',
]
end