diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-09-01 21:03:48 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:26 +0700 |
commit | 4a2ec85955f4bb2f9c0f6dc9d29003572d6653db (patch) | |
tree | dc6f1cb6013a3b15ccb806196b770da7bb218716 /development/xxd-standalone/xxd-standalone.SlackBuild | |
parent | d8ae15c07a2292399c9fd8ac0be3970c44acf4b2 (diff) |
development/xxd-standalone: Updated for version 9.0.1832.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xxd-standalone/xxd-standalone.SlackBuild')
-rw-r--r-- | development/xxd-standalone/xxd-standalone.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/xxd-standalone/xxd-standalone.SlackBuild b/development/xxd-standalone/xxd-standalone.SlackBuild index 0897bed0c47ae..9e5981c6828e8 100644 --- a/development/xxd-standalone/xxd-standalone.SlackBuild +++ b/development/xxd-standalone/xxd-standalone.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xxd-standalone -VERSION=${VERSION:-9.0.1383} +VERSION=${VERSION:-9.0.1832} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |