diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-05-13 03:22:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:15 +0700 |
commit | e6adcc37103461d974f71553588ac846451201df (patch) | |
tree | f334daa666c8c96b5244522cf43adf78cfaad11b /development | |
parent | 38702d43d1ecd92b238dbdc4fb2c8c847fcdb576 (diff) |
development/xxd-standalone: Updated for version 9.0.1383.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/xxd-standalone/xxd-standalone.SlackBuild | 4 | ||||
-rw-r--r-- | development/xxd-standalone/xxd-standalone.info | 28 |
2 files changed, 16 insertions, 16 deletions
diff --git a/development/xxd-standalone/xxd-standalone.SlackBuild b/development/xxd-standalone/xxd-standalone.SlackBuild index d581ae941340b..0897bed0c47ae 100644 --- a/development/xxd-standalone/xxd-standalone.SlackBuild +++ b/development/xxd-standalone/xxd-standalone.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xxd-standalone -# Copyright 2020-2022, Alexander Verbovetsky, Moscow, Russia +# Copyright 2020-2023, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xxd-standalone -VERSION=${VERSION:-9.0.0395} +VERSION=${VERSION:-9.0.1383} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xxd-standalone/xxd-standalone.info b/development/xxd-standalone/xxd-standalone.info index ee84bd16f3543..990dfdf8f1806 100644 --- a/development/xxd-standalone/xxd-standalone.info +++ b/development/xxd-standalone/xxd-standalone.info @@ -1,19 +1,19 @@ PRGNAM="xxd-standalone" -VERSION="9.0.0395" +VERSION="9.0.1383" HOMEPAGE="https://www.vim.org" -DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v9.0.0395/src/xxd/xxd.c \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/src/xxd/Makefile \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-fr.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-fr.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-it.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-it.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-ja.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-pl.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-pl.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-ru.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd-ru.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.0.0395/runtime/doc/xxd.1" -MD5SUM="8d2228fc2d659841c734621e9ac9cddb \ +DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v9.0.1383/src/xxd/xxd.c \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/src/xxd/Makefile \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-fr.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-fr.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-it.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-it.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-ja.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-pl.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-pl.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-ru.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd-ru.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.0.1383/runtime/doc/xxd.1" +MD5SUM="21c5c0a6960f60c60013584fd9bb803e \ d551525508580302c1c22a9ec0c0fb84 \ 8a321dbf5a6537969b10acbaee946fc3 \ 9cdc573200e9e3115b857ec0198fa315 \ |