diff --git a/check-version.sh b/check-version.sh new file mode 100644 index 0000000..1a305bd --- /dev/null +++ b/check-version.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Sourceforge project +REPO="freetype" + +# 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 8f5f814..d648791 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,6 @@ name: freetype2 description: Font rasterization library -version: 2.13.3 -revision: 2 +version: 2.14.0 url: https://www.freetype.org/ license: FTL or GPL2-or-later architecture: any