Merge pull request #153576 from bevanjkay/bump-whisky-1.1.0

whisky: use `:github_latest` livecheck strategy
This commit is contained in:
BrewTestBot 2023-08-23 23:08:16 -07:00 committed by GitHub
commit 7c648448fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ cask "whisky" do
desc "Wine wrapper built with SwiftUI"
homepage "https://github.com/IsaacMarovitz/Whisky"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :ventura"