mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libvhdi: Updated for version 20240303.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3fd19840b2
commit
e93bd4b285
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libvhdi
|
||||
#
|
||||
# Copyright 2014-2023 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2014-2024 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,12 +22,12 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated v20231127, December 2023
|
||||
# Updated v20240303, August 2024
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libvhdi
|
||||
VERSION=${VERSION:-20231127}
|
||||
VERSION=${VERSION:-20240303}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libvhdi"
|
||||
VERSION="20231127"
|
||||
VERSION="20240303"
|
||||
HOMEPAGE="https://github.com/libyal/libvhdi"
|
||||
DOWNLOAD="https://linuxleo.com/Source/libvhdi-alpha-20231127.tar.gz"
|
||||
MD5SUM="796be759a9ff68ac18d768d7b396cf92"
|
||||
DOWNLOAD="https://linuxleo.com/Source/libvhdi-alpha-20240303.tar.gz"
|
||||
MD5SUM="97873083295d37668feaa606342bd86c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue