Michael
10 years ago
1 changed files with 4 additions and 0 deletions
@ -1,15 +1,19 @@ |
|||||
cask :v1 => 'fantastical1' do |
cask :v1 => 'fantastical1' do |
||||
version '1.3.18' |
version '1.3.18' |
||||
sha256 '00069dca92be66b04351cb9b19146c305696fb5970b33e71c1b2d687bbc5f2a8' |
sha256 '00069dca92be66b04351cb9b19146c305696fb5970b33e71c1b2d687bbc5f2a8' |
||||
|
|
||||
url "http://cdn.flexibits.com/Fantastical_#{version}.zip" |
url "http://cdn.flexibits.com/Fantastical_#{version}.zip" |
||||
appcast 'https://flexibits.com/fantastical/appcast.php', |
appcast 'https://flexibits.com/fantastical/appcast.php', |
||||
:sha256 => '3d789ff8dd91c8ebc1b63d2811ec17e0a950433b03605d8c10eef010733cf79a' |
:sha256 => '3d789ff8dd91c8ebc1b63d2811ec17e0a950433b03605d8c10eef010733cf79a' |
||||
name 'Fantastical' |
name 'Fantastical' |
||||
homepage 'http://flexibits.com/fantastical' |
homepage 'http://flexibits.com/fantastical' |
||||
license :freemium |
license :freemium |
||||
|
|
||||
app 'Fantastical.app' |
app 'Fantastical.app' |
||||
|
|
||||
postflight do |
postflight do |
||||
suppress_move_to_applications |
suppress_move_to_applications |
||||
end |
end |
||||
|
|
||||
zap :delete => '~/Library/Preferences/com.flexibits.fantastical.plist' |
zap :delete => '~/Library/Preferences/com.flexibits.fantastical.plist' |
||||
end |
end |
||||
|
Loading…
Reference in new issue