diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-01-27 08:01:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-27 08:41:57 +0700 |
commit | 47d1de01aab0a9d78758ca6d99c9de01640abd39 (patch) | |
tree | 005b6df6ce2c84079eac828749dd9e8c2eafbe06 /development | |
parent | 4248022b336e02bb6ac3e3c8b31a7d0b887ced9d (diff) |
development/xxd-standalone: Updated for version 9.1.0052.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/xxd-standalone/xxd-standalone.SlackBuild | 2 | ||||
-rw-r--r-- | development/xxd-standalone/xxd-standalone.info | 28 |
2 files changed, 15 insertions, 15 deletions
diff --git a/development/xxd-standalone/xxd-standalone.SlackBuild b/development/xxd-standalone/xxd-standalone.SlackBuild index 41040a6b5f10..e7a674fcdc5c 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.1.0041} +VERSION=${VERSION:-9.1.0052} 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 fda61413c3f3..8d2bd6559626 100644 --- a/development/xxd-standalone/xxd-standalone.info +++ b/development/xxd-standalone/xxd-standalone.info @@ -1,19 +1,19 @@ PRGNAM="xxd-standalone" -VERSION="9.1.0041" +VERSION="9.1.0052" HOMEPAGE="https://www.vim.org" -DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v9.1.0041/src/xxd/xxd.c \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/src/xxd/Makefile \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-fr.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-fr.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-it.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-it.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-ja.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-pl.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-pl.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-ru.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd-ru.UTF-8.1 \ - https://raw.githubusercontent.com/vim/vim/v9.1.0041/runtime/doc/xxd.1" -MD5SUM="14d9ff9adc19647c2534753e48fca2d2 \ +DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v9.1.0052/src/xxd/xxd.c \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/src/xxd/Makefile \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-fr.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-fr.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-it.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-it.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-ja.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-pl.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-pl.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-ru.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd-ru.UTF-8.1 \ + https://raw.githubusercontent.com/vim/vim/v9.1.0052/runtime/doc/xxd.1" +MD5SUM="60cd9f8a7d4af73400c48f4fa034be60 \ cc78bcf8a54283993e9422741eb07558 \ 4d8334a32c068f4ff268091ea9136fd8 \ 967cc9a866a5528c5422674813d2161f \ |