diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-02-10 11:36:28 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-02-15 16:14:40 +0000 |
commit | 1173e8b9945005ba6901c7003eb4788f64e0a642 (patch) | |
tree | 0c4cfae699596b74c775ef5d69dae6746cc3e53b | |
parent | 23d18132619512d0886d47112e4d7fa777c41b43 (diff) | |
download | ports-1173e8b9945005ba6901c7003eb4788f64e0a642.tar.gz ports-1173e8b9945005ba6901c7003eb4788f64e0a642.zip |
graphics/mesa: Update to 21.3.6
Release notes for 21.3.5: https://lists.freedesktop.org/archives/mesa-dev/2022-January/225661.html
Release notes for 21.3.6: https://lists.freedesktop.org/archives/mesa-dev/2022-February/225673.html
MFH: 2022Q1
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D34239
-rw-r--r-- | graphics/mesa-dri/Makefile.common | 2 | ||||
-rw-r--r-- | graphics/mesa-dri/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index bcd60d0b2e72..43af8886982d 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -12,7 +12,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 21.3.4 +MESABASEVERSION= 21.3.6 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= diff --git a/graphics/mesa-dri/distinfo b/graphics/mesa-dri/distinfo index cf2d8d9fc7f1..07e6f99a3331 100644 --- a/graphics/mesa-dri/distinfo +++ b/graphics/mesa-dri/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642339994 -SHA256 (mesa-21.3.4.tar.xz) = 77104fd4a93bce69da3b0982f8ee88ba7c4fb98cfc491a669894339cdcd4a67d -SIZE (mesa-21.3.4.tar.xz) = 16497248 +TIMESTAMP = 1644492138 +SHA256 (mesa-21.3.6.tar.xz) = 96bb761fd546e9aa41d025fcc025225c5668443839dae21e3731959beb096736 +SIZE (mesa-21.3.6.tar.xz) = 16544464 |