summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vinogradov2022-08-04 17:31:50 -0400
committerPavel Vinogradov2022-08-04 17:32:16 -0400
commit34426f770a1828e2911381d12f637846539bf953 (patch)
treee755fb0a59ea8964e32680fcffb4dbf46bb2bbc0
parent891183e46658c810707b30c6a4e0c7205cb93d40 (diff)
graphics-libs/mesa: version 22.1.5
-rwxr-xr-xgraphics-libs/mesa/DETAILS4
-rw-r--r--graphics-libs/mesa/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics-libs/mesa/DETAILS b/graphics-libs/mesa/DETAILS
index f0f73a0c12..a91b2c9551 100755
--- a/graphics-libs/mesa/DETAILS
+++ b/graphics-libs/mesa/DETAILS
@@ -9,8 +9,8 @@ if [[ "${MESA_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=22.1.4
- SOURCE_HASH="sha256:670d8cbe8b72902a45ea2da68a9da4dc4a5d99c5953a926177adbce1b1640b76"
+ VERSION=22.1.5
+ SOURCE_HASH="sha256:6fd60d38efdd25317948c61494b5117e01d42da695278728b1faef9f5f9a47ba:UPSTREAM_HASH"
SOURCE=mesa-$VERSION.tar.xz
SOURCE_URL[0]="https://mesa.freedesktop.org/archive/${SOURCE}"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/mesa-${VERSION}
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 1d1aca077b..f996519a65 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-08-04 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 22.1.5
+
2022-07-31 Pavel Vinogradov <public@sourcemage.org>
* BUILD, patches{,-{,stable}/add-use-elf-tls.patch: moved the patch and option
to enable/disable ELF_TLS to stable, scm autodetects it now