From 2eaf35660bb315a4cf49893d007147635c75d090 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 3 Aug 2025 20:51:59 +0300 Subject: [PATCH] Update package version to 25.1.7 --- check-version.sh | 8 ++++++++ pkg.info | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 check-version.sh diff --git a/check-version.sh b/check-version.sh new file mode 100644 index 0000000..0cd2465 --- /dev/null +++ b/check-version.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +URL="https://mesa3d.org/" + +# Get version number from URL +VERSION=$(curl -s -L "$URL" | grep -A1 -e "Current release:" | grep -o -E '([0-9]*\.[0-9]*\.[0-9]*)') + +echo "$VERSION" diff --git a/pkg.info b/pkg.info index f7d724c..15fb712 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: mesa description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more -version: 25.1.5 +version: 25.1.7 url: https://www.mesa3d.org/ license: MIT and BSD-3-Clause and SGI-B-2.0 architecture: any