office/t-prot: Update DOWNLOAD.
Upstream has disappeared. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5d19e06dfb
commit
13a0d3aa14
|
@ -5,6 +5,7 @@
|
|||
# Copyright 2013, Andrew Clemons, Wellington, New Zealand
|
||||
# Copyright 2015, Andrew Clemons, Leimen, Germany
|
||||
# Copyright 2016, Andrew Clemons, Wellington, New Zealand
|
||||
# Copyright 2023, Andrew Clemons, Tokyo, Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -52,7 +53,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/"$PRGNAM"-"$VERSION".tar.gz
|
||||
tar xvf $CWD/"$PRGNAM"_"$VERSION".orig.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="t-prot"
|
||||
VERSION="3.4"
|
||||
HOMEPAGE="http://www.escape.de/~tolot/mutt/"
|
||||
DOWNLOAD="http://www.escape.de/~tolot/mutt/t-prot/downloads/t-prot-3.4.tar.gz"
|
||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/t/t-prot/t-prot_3.4.orig.tar.gz"
|
||||
MD5SUM="c075489f1bd7063d589dcfb2536989b9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue