homebrew-cask/Casks/awareness.rb

17 lines
540 B
Ruby
Raw Normal View History

2016-01-20 06:10:01 +08:00
cask 'awareness' do
version '1.1'
sha256 'a5ce31fef63aeabde3c8cabac367fb44868de318800b4fcd9032f05b17f74cdf'
url "http://iamfutureproof.com/downloads/Awareness-#{version}.dmg"
appcast 'http://iamfutureproof.com/tools/awareness/',
2017-04-29 03:05:24 +08:00
checkpoint: 'bc05c3972a62c5391c8dacee349b2d1c7a28774b395733bb0b567a9b4713af7a'
2016-01-20 06:10:01 +08:00
name 'Awareness'
homepage 'http://iamfutureproof.com/tools/awareness/'
2017-04-29 03:05:24 +08:00
depends_on macos: '>= :snow_leopard'
2016-01-20 06:10:01 +08:00
app 'Awareness.app'
2016-01-29 06:19:31 +08:00
zap delete: '~/Library/Preferences/com.futureproof.awareness.plist'
2016-01-20 06:10:01 +08:00
end