development/xxd-standalone: Updated for version 9.1.0404.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8204cae24f
commit
4e08939f5f
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xxd-standalone
|
||||
VERSION=${VERSION:-9.1.0094}
|
||||
VERSION=${VERSION:-9.1.0404}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
PRGNAM="xxd-standalone"
|
||||
VERSION="9.1.0094"
|
||||
VERSION="9.1.0404"
|
||||
HOMEPAGE="https://www.vim.org"
|
||||
DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v9.1.0094/src/xxd/xxd.c \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/src/xxd/Makefile \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-fr.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-fr.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-it.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-it.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-ja.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-pl.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-pl.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-ru.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd-ru.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0094/runtime/doc/xxd.1"
|
||||
MD5SUM="f8817c8b0a30df8b33c9d0705cb00264 \
|
||||
DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v9.1.0404/src/xxd/xxd.c \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/src/xxd/Makefile \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-fr.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-fr.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-it.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-it.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-ja.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-pl.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-pl.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-ru.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd-ru.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v9.1.0404/runtime/doc/xxd.1"
|
||||
MD5SUM="e175ae85bcbd13491e0105924623e648 \
|
||||
cc78bcf8a54283993e9422741eb07558 \
|
||||
4d8334a32c068f4ff268091ea9136fd8 \
|
||||
967cc9a866a5528c5422674813d2161f \
|
||||
|
@ -24,7 +24,7 @@ MD5SUM="f8817c8b0a30df8b33c9d0705cb00264 \
|
|||
839b7221da6d5561be6d5cdf1feceab6 \
|
||||
aaa4c5d7486c5d0fce9890b1bbeddeef \
|
||||
965aa6102b5bbd366369bf527aaa7649 \
|
||||
3ecdae02363805096180bf297c001b53"
|
||||
bee755487ab5ee7393fd48c043637c09"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue