diff options
author | B. Watson <urchlay@slackware.uk> | 2024-03-14 14:11:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 10:22:21 +0700 |
commit | 65671e8779e3edcc67a3f0e5ced1a6f7348d356a (patch) | |
tree | ded99a5b619a4cb0bd45aa51c1172db1654041f8 /accessibility | |
parent | 972b4759d4751d688bde89b5c2b0648a02886d7e (diff) |
accessibility/wgetpaste: Updated for version 2.34.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/wgetpaste/README | 4 | ||||
-rw-r--r-- | accessibility/wgetpaste/wgetpaste.SlackBuild | 5 | ||||
-rw-r--r-- | accessibility/wgetpaste/wgetpaste.info | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/accessibility/wgetpaste/README b/accessibility/wgetpaste/README index 3e82f067327b..cb70a0b80e51 100644 --- a/accessibility/wgetpaste/README +++ b/accessibility/wgetpaste/README @@ -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. diff --git a/accessibility/wgetpaste/wgetpaste.SlackBuild b/accessibility/wgetpaste/wgetpaste.SlackBuild index e389a1a8d2e1..3a8ce3928234 100644 --- a/accessibility/wgetpaste/wgetpaste.SlackBuild +++ b/accessibility/wgetpaste/wgetpaste.SlackBuild @@ -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} diff --git a/accessibility/wgetpaste/wgetpaste.info b/accessibility/wgetpaste/wgetpaste.info index 8b0d7500657e..82518d878ae9 100644 --- a/accessibility/wgetpaste/wgetpaste.info +++ b/accessibility/wgetpaste/wgetpaste.info @@ -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="" |