development/xxd-standalone: Updated for version 9.1.0023.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
313ae367a4
commit
d7aedcd9cd
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xxd-standalone
|
||||
VERSION=${VERSION:-9.1.0006}
|
||||
VERSION=${VERSION:-9.1.0023}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
PRGNAM="xxd-standalone"
|
||||
VERSION="9.1.0006"
|
||||
VERSION="9.1.0023"
|
||||
HOMEPAGE="https://www.vim.org"
|
||||
DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v9.1.0006/src/xxd/xxd.c \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/src/xxd/Makefile \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-fr.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-fr.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-it.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-it.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-ja.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-pl.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-pl.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-ru.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd-ru.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0006/runtime/doc/xxd.1"
|
||||
MD5SUM="2645c0860863172155a9b63ae55d9825 \
|
||||
d551525508580302c1c22a9ec0c0fb84 \
|
||||
DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v9.1.0023/src/xxd/xxd.c \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/src/xxd/Makefile \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-fr.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-fr.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-it.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-it.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-ja.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-pl.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-pl.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-ru.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd-ru.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0023/runtime/doc/xxd.1"
|
||||
MD5SUM="86f98d0557335824baef6e963df49895 \
|
||||
cc78bcf8a54283993e9422741eb07558 \
|
||||
4d8334a32c068f4ff268091ea9136fd8 \
|
||||
967cc9a866a5528c5422674813d2161f \
|
||||
5b931ababfc2fa78939db81667be271b \
|
||||
|
|
Loading…
Reference in New Issue