Update package version to 1.4.20

This commit is contained in:
2025-08-15 18:21:59 +03:00
parent 635320b618
commit 0226ed9d9d
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://www.gnu.org/software/m4/"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep 'The latest stable version is ' | grep -o -E '([0-9]*\.[0-9]*)\.[0-9]*')
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
name: m4 name: m4
description: GNU macro processor description: GNU macro processor
version: 1.4.19 version: 1.4.20
url: https://www.gnu.org/software/m4/ url: https://www.gnu.org/software/m4/
license: GPL3 license: GPL3
architecture: any architecture: any