Skip to content

Commit

Permalink
wineskin: Update to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Mar 15, 2024
1 parent 154170e commit 998676f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Casks/wineskin.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
cask "wineskin" do
version "1.8.4.2"
sha256 :no_check
version "2.0"
sha256 "41d851f93f8ee977cead04b9ab2aa23d46dfa16f4eb0d9f68c62f750379bb0e2"

url "https://github.com/Gcenx/WineskinServer/releases/download/V#{version}/Wineskin.Winery.txz"
url "https://github.com/The-Wineskin-Project/Winery/releases/download/#{version}/wineskin-winery-v#{version}.tar.xz"
name "Wineskin Winery"
desc "Porting tool, to make Windows programs/games into native apps"
homepage "https://github.com/Gcenx/WineskinServer/"
homepage "https://github.com/The-Wineskin-Project/Winery/"

conflicts_with cask: %w[
wineskin-devel
wineskin
]
depends_on cask: "gstreamer-runtime"
depends_on macos: ">= :catalina"

app "Wineskin Winery.app"
Expand Down

0 comments on commit 998676f

Please sign in to comment.