Improve wine-stable and hangover recipes

This commit is contained in:
Ribbon 2026-01-15 08:53:15 -03:00
parent 4764eb8a00
commit 621c06e841
2 changed files with 8 additions and 3 deletions

View File

@ -2,8 +2,12 @@
# build instructions: https://github.com/AndreRH/hangover/blob/master/docs/COMPILE.md
[source]
git = "https://github.com/AndreRH/hangover"
rev = "hangover-10.18"
rev = "hangover-11.0"
shallow_clone = true
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = [

View File

@ -1,8 +1,9 @@
#TODO port to redox
#build instructions: https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine
[source]
tar = "http://dl.winehq.org/wine/source/10.x/wine-10.18.tar.xz"
blake3 = "0517c4200935456fbc22b152a19c5fd0d027d2b06c511968a5533101e1274f54"
git = "https://gitlab.winehq.org/wine/wine"
branch = "stable"
shallow_clone = true
script = """
DYNAMIC_INIT
autotools_recursive_regenerate