excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / y / yo.rb
blob3272c76e19982e6f92c1beae947e268e31831ad6
1 cask "yo" do
2   version "2.0.1"
3   sha256 "115218ea1bf39e5aa301740d00a2b0e17a5f31c2bc2f4bff5becd2da77d791f7"
5   url "https://github.com/sheagcraig/yo/releases/download/#{version}/yo-#{version}.pkg"
6   name "Yo Scheduler"
7   desc "Utility to emit Notification Center messages from the command-line"
8   homepage "https://github.com/sheagcraig/yo"
10   deprecate! date: "2023-12-17", because: :discontinued
12   pkg "yo-#{version}.pkg"
14   uninstall launchctl: [
15               "com.sheagcraig.yo.login_once",
16               "com.sheagcraig.yo.on_demand",
17             ],
18             pkgutil:   "com.sheagcraig.yo",
19             delete:    "/usr/local/bin/yo_scheduler"
20 end