Update package version to 411
This commit is contained in:
+7
-1
@@ -3,6 +3,12 @@
|
||||
URL="https://invisible-island.net/archives/xterm/"
|
||||
|
||||
# Get version number from tag name
|
||||
VERSION=$(curl --silent "$URL" | grep -o -E 'xterm-[0-9]{1,}.tgz' | grep -o -E '[0-9]{1,}' | tail -n1)
|
||||
VERSION=$(curl --silent "$URL" | grep -o -E 'xterm-[0-9]{1,}.tgz' | tail -n1)
|
||||
|
||||
# Trim prefix
|
||||
VERSION=${VERSION//xterm-/}
|
||||
|
||||
# Trim suffix
|
||||
VERSION=${VERSION//.tgz/}
|
||||
|
||||
echo "$VERSION"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: xterm
|
||||
description: The X Terminal Emulator
|
||||
version: "410"
|
||||
revision: 2
|
||||
version: "411"
|
||||
revision: 1
|
||||
url: https://invisible-island.net/xterm/
|
||||
license: custom
|
||||
maintainers:
|
||||
@@ -31,4 +31,4 @@ downloads:
|
||||
- url: https://invisible-mirror.net/archives/xterm/xterm-${BPM_PKG_VERSION}.tgz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 7ba9fbb303dd3d95d06ca24360d019048d84e5822dc6fe722cd77369bdbf231f
|
||||
checksum: 969be283670deadd66934865c4de6c5ab045e3a3facc2b228decf91a20d8c36c
|
||||
|
||||
Reference in New Issue
Block a user