mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/libevt: Updated for version 20181216.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a4ec76af5a
commit
4591e959cf
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libevt
|
||||
|
||||
# Copyright 2014-2016 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2014-2019 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,11 +22,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated v20160421 August 2016 Barry J. Grundy
|
||||
# Updated v20181216 Jan 2019
|
||||
|
||||
PRGNAM=libevt
|
||||
STATUS=${STATUS:-alpha}
|
||||
VERSION=${VERSION:-20160421}
|
||||
VERSION=${VERSION:-20181216}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libevt"
|
||||
VERSION="20160421"
|
||||
VERSION="20181216"
|
||||
HOMEPAGE="https://github.com/libyal/libevt"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/libevt-alpha-20160421.tar.gz"
|
||||
MD5SUM="6c3b4dc674739b0ddca0b7323b8f29a8"
|
||||
DOWNLOAD="https://github.com/libyal/libevt/releases/download/20181216/libevt-alpha-20181216.tar.gz"
|
||||
MD5SUM="184192f8c1eb60d7d1cafacb17189562"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue