From 09ef05ce1c6a5a23e270fb976a9876537b5a3bbb Mon Sep 17 00:00:00 2001 From: kaixoo12 <208606493+kaixoo12@users.noreply.github.com> Date: Mon, 22 Dec 2025 11:05:06 +0100 Subject: [PATCH] Download version was heavily outdated Download version (as per issue https://github.com/pkgconf/pkgconf/issues/232) was heavily outdated and pointed to release 1.0.1 Updated the version to latest as of Dec 2025. Alternatively, if the maintainers can't be bothered to constantly bump the version, one could point to GitHub releases (and publish releases there, along with the tags). Or even having a "master" link that always downloads the latest available version. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 024ed86..fabe046 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ title: pkgconf github_username: pkgconf -latest_version: 1.1.0 +latest_version: 2.5.1 # Build settings markdown: kramdown