Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Heptazhou committed Apr 8, 2024
1 parent b669689 commit 2fce4d1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/packages/wine64/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wine64-v9.5-1
wine64-v9.6-1
2 changes: 1 addition & 1 deletion .github/workflows/make-wine64.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions wine64/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = wine64
pkgdesc = A compatibility layer for running Windows programs
pkgver = 9.5
pkgver = 9.6
pkgrel = 1
url = https://www.winehq.org
install = wine.install
Expand Down Expand Up @@ -42,17 +42,17 @@ pkgbase = wine64
optdepends = dosbox
optdepends = samba
optdepends = sane
provides = wine=9.5
provides = wine=9.6
conflicts = wine
options = staticlibs
options = strip
options = !debug
options = !lto
backup = usr/lib/binfmt.d/wine.conf
source = https://dl.winehq.org/wine/source/9.x/wine-9.5.tar.xz
source = https://dl.winehq.org/wine/source/9.x/wine-9.6.tar.xz
source = 30-win32-aliases.conf
source = wine-binfmt.conf
b2sums = c14ebf02f0f5b91bc2b2517ff3630f22c6af7fdc827c5d024d809a383a65446284a5349c8109835112f5353f361088f4f32de1a3d04299fbf39deacbc0e8e8bf
b2sums = 53115a8a80593856679718b2055340860221701bc82a784a111a992f5e67b031d7407a16f6df6d4da67f382f30c35d2dd82af2a671a058a76b621c91199e426e
b2sums = 45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b
b2sums = e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588

Expand Down
4 changes: 2 additions & 2 deletions wine64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# https://github.com/wine-staging/wine-staging

pkgname=wine64 # wine-wow64
pkgver=9.5
pkgver=9.6
_pkgver="${pkgver/rc/-rc}"
pkgrel=1
pkgdesc="A compatibility layer for running Windows programs"
Expand Down Expand Up @@ -78,7 +78,7 @@ source=(
"wine-binfmt.conf"
)
b2sums=(
"c14ebf02f0f5b91bc2b2517ff3630f22c6af7fdc827c5d024d809a383a65446284a5349c8109835112f5353f361088f4f32de1a3d04299fbf39deacbc0e8e8bf"
"53115a8a80593856679718b2055340860221701bc82a784a111a992f5e67b031d7407a16f6df6d4da67f382f30c35d2dd82af2a671a058a76b621c91199e426e"
"45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b"
"e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588"
)
Expand Down
4 changes: 2 additions & 2 deletions workflows.jl
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ const pkg = ODict(
["libcurl-julia-bin"] => (1, 1, "1.10-1"),
["locale-mul_zz"] => (1, 0, "2.0-3"),
["mingw-w64-zlib", "nsis"] => (1, 1, "3.09-1"),
["wine-wow64"] => (1, 0, "9.5-1"),
["wine64"] => (0, 1, "9.5-1"),
["wine-wow64"] => (1, 0, "9.6-1"),
["wine64"] => (0, 1, "9.6-1"),
["xgterm-bin"] => (1, 0, "2.1-2"),
["yay"] => (1, 1, "12.3.5-1"),
)
Expand Down

0 comments on commit 2fce4d1

Please sign in to comment.