Skip to content

Commit

Permalink
Update wine.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx committed Apr 9, 2024
1 parent 3e4ffce commit b28c26d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/wine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ class Wine < Formula
homepage "https://www.winehq.org/"
url "https://dl.winehq.org/wine/source/9.0/wine-9.0.tar.xz"
sha256 "7cfd090a5395f5b76d95bb5defac8a312c8de4c070c1163b8b58da38330ca6ee"
head "https://gitlab.winehq.org/wine/wine.git"
head "https://gitlab.winehq.org/wine/wine.git",
branch: "master"

depends_on "bison" => :build
depends_on "mingw-w64" => :build
Expand Down

0 comments on commit b28c26d

Please sign in to comment.