libraries/libevt: Updated for version 20160421.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2016-08-26 00:18:33 +01:00 committed by David Spencer
parent 090331cb88
commit 7d57514a4f
3 changed files with 10 additions and 10 deletions

View file

@ -22,17 +22,17 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated v20160107 March 2016 Barry J. Grundy
# Updated v20160421 August 2016 Barry J. Grundy
PRGNAM=libevt
STATUS=${STATUS:-alpha}
VERSION=${VERSION:-20160107}
VERSION=${VERSION:-20160421}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="libevt"
VERSION="20160107"
VERSION="20160421"
HOMEPAGE="https://github.com/libyal/libevt"
DOWNLOAD="https://github.com/libyal/libevt/releases/download/20160107/libevt-alpha-20160107.tar.gz"
MD5SUM="c8cf0de665f2381f01674abc4a61a49d"
DOWNLOAD="https://github.com/libyal/libevt/releases/download/20160421/libevt-alpha-20160421.tar.gz"
MD5SUM="6c3b4dc674739b0ddca0b7323b8f29a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -7,8 +7,8 @@
|-----handy-ruler------------------------------------------------------|
libevt: libevt (libYAL EVT library)
libevt:
libevt: Library and tooling to access the Windows Event Log (EVT) format.
libevt:
libevt: Library and tooling to access the Windows Event Log (EVT) format.
libevt:
libevt: Homepage: https://github.com/libyal/libevt
libevt: