From ec99941d59ca2b80042e59bac17048c384a1edd1 Mon Sep 17 00:00:00 2001 From: Hugo Ferreira Date: Mon, 28 Aug 2023 18:42:58 +0100 Subject: [PATCH 1/3] hypercal 0.0.96 (new cask) --- Casks/h/hypercal.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Casks/h/hypercal.rb diff --git a/Casks/h/hypercal.rb b/Casks/h/hypercal.rb new file mode 100644 index 0000000000..48073cb858 --- /dev/null +++ b/Casks/h/hypercal.rb @@ -0,0 +1,11 @@ +cask "hypercal" do + version "0.0.96" + sha256 :no_check + + url "https://updater-api.hypercal.app/download" + name "Hypercal" + desc "Privacy first calendar that connects your schedules and tasks into a single view" + homepage "https://hypercal.app/" + + app "Hypercal.app" +end From db6f481fbfb8b0354b44a4bcc2eeb17cb608ceca Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 28 Aug 2023 11:04:44 -0700 Subject: [PATCH 2/3] hypercal: various updates --- Casks/h/hypercal.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Casks/h/hypercal.rb b/Casks/h/hypercal.rb index 48073cb858..98a25dbbb9 100644 --- a/Casks/h/hypercal.rb +++ b/Casks/h/hypercal.rb @@ -1,11 +1,17 @@ cask "hypercal" do version "0.0.96" - sha256 :no_check + sha256 "d01fe7272223dfbc0549f4d11a43f231e2f682c3d151e9d724097875dbbd9183" - url "https://updater-api.hypercal.app/download" + url "https://storage.googleapis.com/hypercal-downloads/Hypercal-#{version}-universal.dmg", + verified: "storage.googleapis.com/hypercal-downloads/" name "Hypercal" desc "Privacy first calendar that connects your schedules and tasks into a single view" homepage "https://hypercal.app/" + livecheck do + url "https://updater-api.hypercal.app/download" + strategy :header_match + end + app "Hypercal.app" end From ed24ac05a8852121bdf1315f938799781a658d9c Mon Sep 17 00:00:00 2001 From: Hugo Ferreira Date: Tue, 29 Aug 2023 11:51:03 +0100 Subject: [PATCH 3/3] hypercal: add zap stanza Generated by [homebrew-createzap](https://github.com/nrlquaker/homebrew-createzap) + information from the app author about `/tmp/hypercal` --- Casks/h/hypercal.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Casks/h/hypercal.rb b/Casks/h/hypercal.rb index 98a25dbbb9..f50246c940 100644 --- a/Casks/h/hypercal.rb +++ b/Casks/h/hypercal.rb @@ -14,4 +14,15 @@ cask "hypercal" do end app "Hypercal.app" + + zap trash: [ + "~/Library/Application Support/hypercal", + "~/Library/Caches/app.hypercal.com", + "~/Library/Caches/app.hypercal.com.ShipIt", + "~/Library/HTTPStorages/app.hypercal.com", + "~/Library/Logs/hypercal", + "~/Library/Preferences/app.hypercal.com.plist", + "~/Library/Saved Application State/app.hypercal.com.savedState", + "/tmp/hypercal", + ] end