Update whisky.rb

This commit is contained in:
Miccal Matthews 2023-07-02 23:42:28 +00:00 committed by GitHub
parent cd40903117
commit 9196fc4109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -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"