mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/THE: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6430d8464a
commit
d24fd01b66
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
TARFILE=the-3.3
|
TARFILE=the-${VERSION}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="THE"
|
PRGNAM="THE"
|
||||||
VERSION="3.3"
|
VERSION="3.3"
|
||||||
HOMEPAGE="http://hessling-editor.sourceforge.net/"
|
HOMEPAGE="http://hessling-editor.sourceforge.net/"
|
||||||
DOWNLOAD="https://sourceforge.net/projects/hessling-editor/files/hessling-editor/3.3 Release Candidate 8/the-3.3.tar.gz"
|
DOWNLOAD="https://sourceforge.net/projects/hessling-editor/files/hessling-editor/3.3%20Release%20Candidate%208/the-3.3.tar.gz"
|
||||||
MD5SUM="27cea01b790a1a57a80f578f69602411"
|
MD5SUM="27cea01b790a1a57a80f578f69602411"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue