diff options
author | B. Watson <yalhcru@gmail.com> | 2019-11-30 16:15:12 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:20 +0700 |
commit | b54c1f9d4de7c285e5345fd2493398da7c46bef9 (patch) | |
tree | 92318f4b30f2507fed32c0a664408075c83b94ff /accessibility/wgetpaste/wgetpaste.SlackBuild | |
parent | 7d290dc79686fb8eee205125494a838b322c54e6 (diff) |
accessibility/wgetpaste: Updated for version 2.29.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'accessibility/wgetpaste/wgetpaste.SlackBuild')
-rw-r--r-- | accessibility/wgetpaste/wgetpaste.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accessibility/wgetpaste/wgetpaste.SlackBuild b/accessibility/wgetpaste/wgetpaste.SlackBuild index d0c0847775c7..997373bba62f 100644 --- a/accessibility/wgetpaste/wgetpaste.SlackBuild +++ b/accessibility/wgetpaste/wgetpaste.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20191130 bkw: update for v2.29. Currently only dpaste works. + # 20140818 bkw: # - Updated to 2.25. # - Rewrote man page in pod. @@ -31,7 +33,7 @@ # - Really remove no_gentooisms.diff. PRGNAM=wgetpaste -VERSION=${VERSION:-2.28} +VERSION=${VERSION:-2.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |