From 0e0b5f5f29fef9a9af448c67e0b9bc2badf47b8f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 18 Sep 2025 20:15:50 +0300 Subject: [PATCH] Update package version to 20250912 --- check-version.sh | 8 ++++++++ pkg.info | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 check-version.sh diff --git a/check-version.sh b/check-version.sh new file mode 100644 index 0000000..6b98f85 --- /dev/null +++ b/check-version.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +URL="https://invisible-island.net/archives/luit/" + +# Get version number from tag name +VERSION=$(curl --silent "$URL" | grep -o -E 'luit-[0-9]{1,}.tgz' | grep -o -E '[0-9]{1,}' | tail -n1) + +echo "$VERSION" diff --git a/pkg.info b/pkg.info index 03db31b..afbdee2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: luit description: Filter that can be run between an arbitrary application and a UTF-8 terminal emulator -version: 20240910 +version: 20250912 url: https://invisible-island.net/luit/luit.html license: custom architecture: any