mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/encfs: Updated for version 1.7.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7b1b634264
commit
015b3e36fa
3 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
EncFS is a program which provides an encrypted virtual filesystem for Linux
|
||||
using the FUSE kernel module. FUSE provides a loadable kernel module
|
||||
which exports a filesystem interface to user-mode. EncFS runs entirely in
|
||||
user-mode and acts as a transparent encrypted filesystem.
|
||||
EncFS is a program which provides an encrypted virtual filesystem for
|
||||
Linux using the FUSE kernel module. FUSE provides a loadable kernel
|
||||
module which exports a filesystem interface to user-mode. EncFS runs
|
||||
entirely in user-mode and acts as a transparent encrypted filesystem.
|
||||
|
||||
This requires rlog.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for encfs
|
||||
|
||||
# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=encfs
|
||||
VERSION=1.7.2
|
||||
VERSION=1.7.4
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="encfs"
|
||||
VERSION="1.7.2"
|
||||
VERSION="1.7.4"
|
||||
HOMEPAGE="http://www.arg0.net/encfs"
|
||||
DOWNLOAD="http://encfs.googlecode.com/files/encfs-1.7.2.tgz"
|
||||
MD5SUM="3a3fef640c7c9f020104304392cd1836"
|
||||
DOWNLOAD="http://encfs.googlecode.com/files/encfs-1.7.4.tgz"
|
||||
MD5SUM="ac90cc10b2e9fc7e72765de88321d617"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue