From ec99941d59ca2b80042e59bac17048c384a1edd1 Mon Sep 17 00:00:00 2001 From: Hugo Ferreira Date: Mon, 28 Aug 2023 18:42:58 +0100 Subject: [PATCH] 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