system/rar2fs: Updated for version 1.29.6.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7e6401a617
commit
267b1dcc04
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rar2fs
|
||||
|
||||
# Copyright 2011, 2015, 2016, 2017, 2021 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2011, 2024 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rar2fs
|
||||
VERSION=${VERSION:-1.29.4}
|
||||
VERSION=${VERSION:-1.29.6}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rar2fs"
|
||||
VERSION="1.29.4"
|
||||
VERSION="1.29.6"
|
||||
HOMEPAGE="https://github.com/hasse69/rar2fs"
|
||||
DOWNLOAD="https://github.com/hasse69/rar2fs/releases/download/v1.29.4/rar2fs-1.29.4.tar.gz"
|
||||
MD5SUM="e4437a32e16ff03e78e3c65834bbe1dd"
|
||||
DOWNLOAD="https://github.com/hasse69/rar2fs/releases/download/v1.29.6/rar2fs-1.29.6.tar.gz"
|
||||
MD5SUM="3e698f3b21e2ecfec39d74596c0e129a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="unrar"
|
||||
|
|
Loading…
Reference in New Issue