From 29db81093040ab1cbb12faefe0846f377d1b3e15 Mon Sep 17 00:00:00 2001 From: Bing ZHEUNG Date: Wed, 10 Jan 2024 11:09:40 +0800 Subject: [PATCH] jyutping: add livecheck --- Casks/j/jyutping.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Casks/j/jyutping.rb b/Casks/j/jyutping.rb index 7fef2fa2fb3..46770cf10c7 100644 --- a/Casks/j/jyutping.rb +++ b/Casks/j/jyutping.rb @@ -8,6 +8,11 @@ cask "jyutping" do desc "Cantonese Jyutping Input Method" homepage "https://jyutping.app/" + livecheck do + url "https://jyutping.app/appcast.xml" + strategy :sparkle, &:short_version + end + auto_updates true depends_on macos: ">= :monterey"