Update package version to 20250912
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user