Update package version to 20250912

This commit is contained in:
2025-09-18 20:15:50 +03:00
parent 089964094b
commit 0e0b5f5f29
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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"
+1 -1
View File
@@ -1,6 +1,6 @@
name: luit name: luit
description: Filter that can be run between an arbitrary application and a UTF-8 terminal emulator 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 url: https://invisible-island.net/luit/luit.html
license: custom license: custom
architecture: any architecture: any