mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
38702d43d1
commit
e6adcc3710
2 changed files with 16 additions and 16 deletions
|
@ -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}
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue