diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-08-09 19:25:22 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-08-10 07:00:13 +0200 |
commit | a5f98c65b12d21d81311e9d572cccb765e44b93f (patch) | |
tree | 81b50e661c61aefe12ac42c72820edfccae6e8e9 /source/x/mesa/mesa.SlackBuild | |
parent | 2d7cee39612aff5630994ad4634733902c6f78db (diff) | |
download | current-a5f98c65b12d21d81311e9d572cccb765e44b93f.tar.gz current-a5f98c65b12d21d81311e9d572cccb765e44b93f.tar.xz |
Tue Aug 9 19:25:22 UTC 202220220809192522
a/mcelog-187-x86_64-1.txz: Upgraded.
l/zlib-1.2.12-x86_64-2.txz: Rebuilt.
Applied an upstream patch to restore the handling of CRC inputs to be the
same as in previous releases of zlib. This fixes an issue with OpenJDK.
Thanks to alienBOB.
x/xf86-input-wacom-1.1.0-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-102.1.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/102.1.2/releasenotes/
Diffstat (limited to 'source/x/mesa/mesa.SlackBuild')
-rwxr-xr-x | source/x/mesa/mesa.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild index 9467854f8..e6a98938a 100755 --- a/source/x/mesa/mesa.SlackBuild +++ b/source/x/mesa/mesa.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -AMBERVERS=${DEMOVERS:-21.3.9} +AMBERVERS=${AMBERVERS:-21.3.9} DEMOVERS=${DEMOVERS:-8.5.0} BUILD=${BUILD:-1} BUILD_AMBER=${BUILD_AMBER:-YES} |