Skip to content

Commit bc0826d

Browse files
author
TUR Github Actions
committed
bump(tur-multilib/wine-staging): 10.0
This commit has been automatically submitted by Github Actions.
1 parent aa82333 commit bc0826d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tur-multilib/wine-staging/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ TERMUX_PKG_DESCRIPTION="A compatibility layer for running Windows programs"
33
TERMUX_PKG_LICENSE="LGPL-2.1"
44
TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE.OLD, COPYING.LIB"
55
TERMUX_PKG_MAINTAINER="@termux-user-repository"
6-
TERMUX_PKG_VERSION="10.0~rc6"
6+
TERMUX_PKG_VERSION="10.0"
77
_REAL_VERSION="${TERMUX_PKG_VERSION/\~/-}"
88
_VERSION_FOLDER="$(test "${_REAL_VERSION:3:1}" = 0 && echo ${_REAL_VERSION:0:4} || echo ${_REAL_VERSION:0:3}x)"
99
TERMUX_PKG_SRCURL=(
1010
https://dl.winehq.org/wine/source/${_VERSION_FOLDER}/wine-$_REAL_VERSION.tar.xz
1111
https://github.com/wine-staging/wine-staging/archive/v$_REAL_VERSION.tar.gz
1212
)
1313
TERMUX_PKG_SHA256=(
14-
b751769cad3e9a4582d01e35d48a5a1ba59918825fae2a59c068b35f86fbd614
15-
453175fb43bf7dc0b17fbe7d2c34a8eebf557d4ba84ed4ed10e612cca191debc
14+
c5e0b3f5f7efafb30e9cd4d9c624b85c583171d33549d933cd3402f341ac3601
15+
59eb36a2d9786d28242901458b282d49430bdbacf801af575566dcfc6c2943ea
1616
)
1717
TERMUX_PKG_DEPENDS="fontconfig, freetype, krb5, libandroid-spawn, libc++, libgmp, libgnutls, libxcb, libxcomposite, libxcursor, libxfixes, libxrender, mesa, opengl, pulseaudio, sdl2, vulkan-loader, xorg-xrandr"
1818
TERMUX_PKG_ANTI_BUILD_DEPENDS="vulkan-loader"

0 commit comments

Comments
 (0)