diff --git a/Casks/h/hypercal.rb b/Casks/h/hypercal.rb new file mode 100644 index 0000000000..f50246c940 --- /dev/null +++ b/Casks/h/hypercal.rb @@ -0,0 +1,28 @@ +cask "hypercal" do + version "0.0.96" + sha256 "d01fe7272223dfbc0549f4d11a43f231e2f682c3d151e9d724097875dbbd9183" + + 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" + + 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