mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libfvde: Updated for version 20180108.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
347ca3b472
commit
c514cefd41
3 changed files with 6 additions and 6 deletions
|
@ -3,5 +3,5 @@ libfvde (libYAL FvDE volume library)
|
|||
Library to access FileVault Drive Encryption (FVDE) (or FileVault2)
|
||||
encrypted volumes.
|
||||
|
||||
The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a
|
||||
The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a
|
||||
storage media volume.
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# New submission v20160801 Augutst 2016 Barry J. Grundy
|
||||
# Updated version 20180108, March 2018
|
||||
|
||||
PRGNAM=libfvde
|
||||
VERSION=${VERSION:-20160801}
|
||||
VERSION=${VERSION:-20180108}
|
||||
STATUS=${STATUS:-experimental}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfvde"
|
||||
VERSION="20160801"
|
||||
VERSION="20180108"
|
||||
HOMEPAGE="https://github.com/libyal/libfvde"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/libfvde-experimental-20160801.tar.gz"
|
||||
MD5SUM="d103db2c6d2459b1fc76b036a3a9c0f2"
|
||||
DOWNLOAD="https://github.com/libyal/libfvde/releases/download/20180108/libfvde-experimental-20180108.tar.gz"
|
||||
MD5SUM="cca387958796e039ec34e871124211dd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue