libraries/libfsntf: Updated for version 20190104.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
13abdb6716
commit
d8d7bd6ab1
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libfsntfs
|
||||
|
||||
# Copyright 2016 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2016-2019 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -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 v20160418 Augutst 2016 Barry J. Grundy
|
||||
# Updated to v20190104 Jan 2019
|
||||
|
||||
PRGNAM=libfsntfs
|
||||
VERSION=${VERSION:-20160418}
|
||||
VERSION=${VERSION:-20190104}
|
||||
STATUS=${STATUS:-experimental}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfsntfs"
|
||||
VERSION="20160418"
|
||||
VERSION="20190104"
|
||||
HOMEPAGE="https://github.com/libyal/libfsntfs"
|
||||
DOWNLOAD="https://github.com/libyal/libfsntfs/releases/download/20160418/libfsntfs-experimental-20160418.tar.gz"
|
||||
MD5SUM="49fffb088545733092247212f0a50213"
|
||||
DOWNLOAD="https://github.com/libyal/libfsntfs/releases/download/20190104/libfsntfs-experimental-20190104.tar.gz"
|
||||
MD5SUM="ccd38f5e3391c468121a57659066ed90"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue