system/rar2fs: Updated for version 1.20.0.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2015-04-19 14:14:09 +02:00 committed by Willy Sudiarto Raharjo
parent ef68d125f9
commit 8c8f86153b
4 changed files with 12 additions and 14 deletions

View file

@ -1,6 +1,4 @@
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 read the contents as
regular files on-the-fly. Non-archived files located in the source directory
are handled transparently.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rar2fs
VERSION=${VERSION:-1.19.0}
VERSION=${VERSION:-1.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="rar2fs"
VERSION="1.19.0"
HOMEPAGE="http://rar2fs.googlecode.com/"
DOWNLOAD="https://rar2fs.googlecode.com/files/rar2fs-1.19.0.tar.gz"
MD5SUM="2c61af8a8fbe9b97997dc418dc2a9afa"
VERSION="1.20.0"
HOMEPAGE="https://github.com/hasse69/rar2fs"
DOWNLOAD="https://github.com/hasse69/rar2fs/releases/download/v1.20.0/rar2fs-1.20.0.tar.gz"
MD5SUM="1cd32b77522eff7fb3db3f7049725a82"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="unrar"

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
rar2fs: rar2fs (a FUSE based file system)
rar2fs: rar2fs (FUSE file system for reading RAR archives)
rar2fs:
rar2fs: rar2fs is a FUSE based file system that can mount a source RAR
rar2fs: archive/volume or a directory containing any number of RAR archives
rar2fs: and access (read only) the contents as plain files/directories. Other
rar2fs: files located in the source directory are handled transparently.
rar2fs: and read the contents as regular files on-the-fly. Non-archived files
rar2fs: located in the source directory are handled transparently.
rar2fs:
rar2fs: Homepage: http://code.google.com/p/rar2fs/
rar2fs: Homepage: https://github.com/hasse69/rar2fs
rar2fs:
rar2fs:
rar2fs: