From 1f4c901422dbbca79f88a7fa39e941db0082d824 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 30 Aug 2022 00:10:45 +0200 Subject: [PATCH] mesalib: Update version from 22.1.5 to 22.1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Web site shows 22.1.5 as the latest release, but it’s actually 22.1.7, so move directly to that and do *not* build the 22.1.5 packages. https://docs.mesa3d.org/relnotes.html --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 679b46744..7324436e6 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-22.1.5-0 +# BEE_VERSION mesalib-22.1.7-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)