From 2bc5dcdb091f41a1519df8282c06ef996fdee97f Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Wed, 11 Sep 2019 15:36:13 +0200 Subject: [PATCH] xterm: update url --- xterm.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xterm.be0 b/xterm.be0 index a0eec7233..2be29fead 100755 --- a/xterm.be0 +++ b/xterm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xterm-303-1 +# BEE_VERSION xterm-303-2 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="ftp://invisible-island.net/xterm/xterm-${PKGVERSION}.tgz" +SRCURL[0]="ftp://ftp.invisible-island.net/xterm/${PKGNAME}-${PKGVERSION}.tgz ${PKGNAME}-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.