From db6f481fbfb8b0354b44a4bcc2eeb17cb608ceca Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 28 Aug 2023 11:04:44 -0700 Subject: [PATCH] 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