excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / y / youtype.rb
blobfb81b3b97ccb88e5b21a7ebb65cb5ceb68019ab7
1 cask "youtype" do
2   version "0.7.3"
3   sha256 :no_check
5   url "https://github.com/freefelt/YouType/raw/main/YouType.zip"
6   name "YouType"
7   desc "Input method helper"
8   homepage "https://github.com/freefelt/YouType"
10   livecheck do
11     url "https://raw.githubusercontent.com/freefelt/YouType/main/appcast.xml"
12     strategy :sparkle
13   end
15   auto_updates true
16   depends_on macos: ">= :el_capitan"
18   app "YouType.app"
20   uninstall quit: "com.AVKorotkov.YouType"
22   zap trash: [
23     "~/Library/Caches/com.AVKorotkov.YouType",
24     "~/Library/Preferences/com.AVKorotkov.YouType.plist",
25   ]
26 end