Browse Source
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>
pull/216/head
Mario Preksavec
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/rar2fs/rar2fs.SlackBuild
-
system/rar2fs/rar2fs.info
|
|
@ -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" |
|
|
|