accessibility/wgetpaste: Updated for version 2.34.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
972b4759d4
commit
65671e8779
|
@ -7,8 +7,8 @@ If you want to use the -N option, install ansifilter.
|
|||
|
||||
Notes:
|
||||
|
||||
- These services worked as of 20231220:
|
||||
0x0, dpaste, sprunge, bpaste (the default).
|
||||
- These services worked as of 20240314:
|
||||
0x0, dpaste, pgz, bpaste (the default).
|
||||
|
||||
- These services are broken (or were, when I tested on 20231220):
|
||||
codepad, ix_io.
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240314 bkw: update for v2.34.
|
||||
# 20231220 bkw: update for v2.33. at least half of the services
|
||||
# are working again, so update README and man page.
|
||||
|
||||
|
@ -46,8 +47,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wgetpaste
|
||||
VERSION=${VERSION:-2.33}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.34}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wgetpaste"
|
||||
VERSION="2.33"
|
||||
HOMEPAGE="http://wgetpaste.zlin.dk/"
|
||||
DOWNLOAD="https://github.com/zlin/wgetpaste/archive/2.33/wgetpaste-2.33.tar.gz"
|
||||
MD5SUM="3f004fd6ef89e9de664e5530fcbca126"
|
||||
VERSION="2.34"
|
||||
HOMEPAGE="https://github.com/zlin/wgetpaste/"
|
||||
DOWNLOAD="https://github.com/zlin/wgetpaste/archive/2.34/wgetpaste-2.34.tar.gz"
|
||||
MD5SUM="30d9245c7b956231831d71c3d7c1c47d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue