xterm: update to 369.
Download was failing with: Certificate verification failed for /C=US/O=Let's Encrypt/CN=R3 SSL_connect returned 1 https://invisible-mirror.net/archives/xterm/xterm-369.tgz: Operation not permitted Closes: #33107 [via git-merge-pr]
This commit is contained in:
parent
cac18e34cc
commit
04bd0e5a3c
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xterm'
|
# Template file for 'xterm'
|
||||||
pkgname=xterm
|
pkgname=xterm
|
||||||
version=368
|
version=369
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
||||||
|
@ -19,8 +19,9 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="MIT, X11"
|
license="MIT, X11"
|
||||||
homepage="http://invisible-island.net/xterm/"
|
homepage="http://invisible-island.net/xterm/"
|
||||||
changelog="http://invisible-island.net/xterm/xterm.log.html"
|
changelog="http://invisible-island.net/xterm/xterm.log.html"
|
||||||
distfiles="https://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
|
# using HTTP TEMPORARILY due to cert issues
|
||||||
checksum=2ff5169930b6b49ef0bafb5e1331c94f1a98c310442bba7798add821c76ae712
|
distfiles="http://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
|
||||||
|
checksum=71ed6a48d064893d2149741a002781a973496fd24d52dadd364f63439a764e26
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in {u,}xterm.desktop; do
|
for f in {u,}xterm.desktop; do
|
||||||
|
|
Loading…
Reference in a new issue