mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/libfwnt: Updated for version 20181215.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a26817144f
commit
594de59a04
3 changed files with 7 additions and 7 deletions
|
@ -1 +1 @@
|
|||
libfsntfs (libYAL library for Windows NT data types).
|
||||
libfwnt (libYAL library for Windows NT data types).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for libfwnt
|
||||
# Copyright 2016 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# Copyright 2016-2019 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,10 +21,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated to version 20180117, March 2018
|
||||
# Updated to version 20181215, Jan 2019
|
||||
|
||||
PRGNAM=libfwnt
|
||||
VERSION=${VERSION:-20180117}
|
||||
VERSION=${VERSION:-20181215}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfwnt"
|
||||
VERSION="20180117"
|
||||
VERSION="20181215"
|
||||
HOMEPAGE="https://github.com/libyal/libfwnt"
|
||||
DOWNLOAD="https://github.com/libyal/libfwnt/releases/download/20180117/libfwnt-alpha-20180117.tar.gz"
|
||||
MD5SUM="a9c3229454afba55f0a05bc37131778a"
|
||||
DOWNLOAD="https://github.com/libyal/libfwnt/releases/download/20181215/libfwnt-alpha-20181215.tar.gz"
|
||||
MD5SUM="7ee24fe4a3a58dada281c5e9b61ab067"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue