diff --git a/Casks/whisky.rb b/Casks/whisky.rb index 8e348e2ff21..4c19401afb6 100644 --- a/Casks/whisky.rb +++ b/Casks/whisky.rb @@ -3,15 +3,10 @@ cask "whisky" do sha256 "c483277cdc5dc6a679fb48652eaba0fba0e3f11b1d16fee7767b2c3238842a63" url "https://github.com/IsaacMarovitz/Whisky/releases/download/v#{version}/Whisky.zip" - name "whisky" + name "Whisky" desc "Wine wrapper built with SwiftUI" homepage "https://github.com/IsaacMarovitz/Whisky" - livecheck do - url :url - strategy :git - end - auto_updates true depends_on macos: ">= :ventura"