cask "chronycontrol" do version "1.6.0" sha256 "f2c6de7c099e3ba7e1ce1306451deee0d7af178754df38f50943a766ae806890" url "https://www.whatroute.net/software/chronycontrol-#{version}.zip" name "ChronyControl" desc "Install and configure chronyd" homepage "https://whatroute.net/chronycontrol.html" livecheck do url "https://www.whatroute.net/chronycontrolappcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :big_sur" app "ChronyControl.app" uninstall launchctl: [ "org.tuxfamily.chronyc", "org.tuxfamily.chronyd", ], delete: [ "/Library/LaunchDaemons/org.tuxfamily.chronyc", "/Library/LaunchDaemons/org.tuxfamily.chronyd", "/var/db/chrony", ] zap trash: [ "/etc/chrony.d", "/var/log/chrony", ] end