Update package version to 1.3-20250817
This commit is contained in:
@@ -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,6 +1,6 @@
|
|||||||
name: dialog
|
name: dialog
|
||||||
description: Ncurses based dialog box creator for shell scripts
|
description: Ncurses based dialog box creator for shell scripts
|
||||||
version: 1.3-20240619
|
version: 1.3-20250817
|
||||||
url: https://invisible-island.net/dialog/
|
url: https://invisible-island.net/dialog/
|
||||||
license: LGPL2.1
|
license: LGPL2.1
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user