Update package version to 1.3-20250817

This commit is contained in:
2025-09-09 21:32:34 +03:00
parent d50782d957
commit 13236e91ed
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
URL="https://invisible-island.net/archives/dialog/"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep -o -E 'dialog-[0-9].[0-9]-[0-9]{1,}.tgz' | uniq | tail -n1)
# Trim prefix
VERSION=${VERSION//dialog-/}
# Trim suffix
VERSION=${VERSION//.tgz/}
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
name: dialog
description: Ncurses based dialog box creator for shell scripts
version: 1.3-20240619
version: 1.3-20250817
url: https://invisible-island.net/dialog/
license: LGPL2.1
architecture: any