Update package version to 411
This commit is contained in:
+7
-1
@@ -3,6 +3,12 @@
|
|||||||
URL="https://invisible-island.net/archives/xterm/"
|
URL="https://invisible-island.net/archives/xterm/"
|
||||||
|
|
||||||
# Get version number from tag name
|
# 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"
|
echo "$VERSION"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: xterm
|
name: xterm
|
||||||
description: The X Terminal Emulator
|
description: The X Terminal Emulator
|
||||||
version: "410"
|
version: "411"
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://invisible-island.net/xterm/
|
url: https://invisible-island.net/xterm/
|
||||||
license: custom
|
license: custom
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -31,4 +31,4 @@ downloads:
|
|||||||
- url: https://invisible-mirror.net/archives/xterm/xterm-${BPM_PKG_VERSION}.tgz
|
- url: https://invisible-mirror.net/archives/xterm/xterm-${BPM_PKG_VERSION}.tgz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 7ba9fbb303dd3d95d06ca24360d019048d84e5822dc6fe722cd77369bdbf231f
|
checksum: 969be283670deadd66934865c4de6c5ab045e3a3facc2b228decf91a20d8c36c
|
||||||
|
|||||||
Reference in New Issue
Block a user