mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libolecf: Updated for version 20170825.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f9f5857cb2
commit
6f070a5b0b
3 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
||||||
libolecf (libYAL OLE 2 library)
|
libolecf (libYAL OLE 2 library)
|
||||||
|
|
||||||
Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2
|
Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2
|
||||||
Compound File format is used to store certain versions of Microsoft Office
|
Compound File format is used to store certain versions of Microsoft Office
|
||||||
files, thumbs.db and other file formats.
|
files, thumbs.db and other file formats.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for libolecf
|
# Slackware build script for libolecf
|
||||||
|
|
||||||
# Copyright 2014-2016 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
# Copyright 2014-2018 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
# Updated v20160814 August 2016 Barry J. Grundy
|
# Updated v20170825, March 2018
|
||||||
|
|
||||||
PRGNAM=libolecf
|
PRGNAM=libolecf
|
||||||
VERSION=${VERSION:-20160814}
|
VERSION=${VERSION:-20170825}
|
||||||
STATUS=${STATUS:-alpha}
|
STATUS=${STATUS:-alpha}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libolecf"
|
PRGNAM="libolecf"
|
||||||
VERSION="20160814"
|
VERSION="20170825"
|
||||||
HOMEPAGE="https://github.com/libyal/libolecf"
|
HOMEPAGE="https://github.com/libyal/libolecf"
|
||||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/libolecf-alpha-20160814.tar.gz"
|
DOWNLOAD="https://github.com/libyal/libolecf/releases/download/20170825/libolecf-alpha-20170825.tar.gz"
|
||||||
MD5SUM="ddb66eabd00bd19384537d095ef55e9f"
|
MD5SUM="42739c5f519ea996ac63e41562b0b256"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue