development/xxd-standalone: Updated for version 9.0.0395.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0cd819909f
commit
b5de695e75
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xxd-standalone
|
||||
VERSION=${VERSION:-8.2.4088}
|
||||
VERSION=${VERSION:-9.0.0395}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,30 +1,30 @@
|
|||
PRGNAM="xxd-standalone"
|
||||
VERSION="8.2.4088"
|
||||
VERSION="9.0.0395"
|
||||
HOMEPAGE="https://www.vim.org"
|
||||
DOWNLOAD="https://raw.githubusercontent.com/vim/vim/v8.2.4088/src/xxd/xxd.c \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/src/xxd/Makefile \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-fr.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-fr.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-it.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-it.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-ja.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-pl.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-pl.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-ru.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd-ru.UTF-8.1 \
|
||||
https://raw.githubusercontent.com/vim/vim/v8.2.4088/runtime/doc/xxd.1"
|
||||
MD5SUM="3b85234e14c285a421c49ed338f9b5ca \
|
||||
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 \
|
||||
d551525508580302c1c22a9ec0c0fb84 \
|
||||
8a321dbf5a6537969b10acbaee946fc3 \
|
||||
9cdc573200e9e3115b857ec0198fa315 \
|
||||
b772556f2393b1cdc82c653449bdcf02 \
|
||||
9bb23fce20c8c6d0772108b53d66c874 \
|
||||
557970ea576b1550c74edbf729c58ef0 \
|
||||
1cf1e1fd5790fc05d2eeeb40b28c799e \
|
||||
e3a2e3643b2bc4b14c99b45a7a46a5cc \
|
||||
8f4fe8c8a682d6b1c608011a1fdc7171 \
|
||||
92408c9623fcfa72e7780a4b0d365eb5 \
|
||||
3ec378d11a435980ac03c1f66c1717f0 \
|
||||
c843146807a15c1748725dfba28da2bf"
|
||||
32e2994c7f5eb2cf35d99f0b9d8442e2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue