mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/rar2fs: Updated for version 1.19.0 + maintainer info
This commit is contained in:
parent
7f776bf908
commit
174c16963a
3 changed files with 13 additions and 11 deletions
|
@ -1,4 +1,6 @@
|
|||
rar2fs (a FUSE based file system)
|
||||
|
||||
rar2fs is a FUSE based file system that can mount a source RAR archive/volume
|
||||
or a directory containing any number of RAR archives and access (read only) the
|
||||
contents as plain files/directories. Other files located in the source directory
|
||||
are handled transparently.
|
||||
or a directory containing any number of RAR archives and access (read only)
|
||||
the contents as plain files/directories. Other files located in the source
|
||||
directory are handled transparently.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rar2fs
|
||||
|
||||
# Copyright 2011, mario <mario@slackverse.org>
|
||||
# Copyright 2011, 2015 Mario Preksavec, Zagreb, HR
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -11,7 +11,7 @@
|
|||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rar2fs
|
||||
VERSION=${VERSION:-1.18.0}
|
||||
VERSION=${VERSION:-1.19.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rar2fs"
|
||||
VERSION="1.18.0"
|
||||
VERSION="1.19.0"
|
||||
HOMEPAGE="http://rar2fs.googlecode.com/"
|
||||
DOWNLOAD="https://rar2fs.googlecode.com/files/rar2fs-1.18.0.tar.gz"
|
||||
MD5SUM="4cad3800b0e540d09c5b66e4a3c1e9d2"
|
||||
DOWNLOAD="https://rar2fs.googlecode.com/files/rar2fs-1.19.0.tar.gz"
|
||||
MD5SUM="2c61af8a8fbe9b97997dc418dc2a9afa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="unrar"
|
||||
MAINTAINER="mario"
|
||||
EMAIL="mario@slackverse.org"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
Loading…
Reference in a new issue