From cc3be4ff35f18d403cd20253680fb428e3329073 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 13 Sep 2025 10:48:06 +0300 Subject: [PATCH] Update package version to 1.6.50 --- check-version.sh | 9 +++++++++ pkg.info | 2 +- 2 files changed, 10 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..e77a81a --- /dev/null +++ b/check-version.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Sourceforge project +REPO="libpng" + +# Get version using best_release.json +VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq '.platform_releases.linux.filename' | cut -d'/' -f3) + +echo "$VERSION" diff --git a/pkg.info b/pkg.info index 5cf5325..0a0312e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: libpng description: PNG formatted image file manipulation library -version: 1.6.47 +version: 1.6.50 url: http://www.libpng.org/pub/png/libpng.html license: custom architecture: any