libraries/libfwsi: Updated for version 20171103.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2018-03-22 22:03:59 +00:00 committed by David Spencer
parent b9caedf01a
commit d16b2c0d0f
2 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for libfwsi
# Copyright 2014-2016 Barry J. Grundy (bgrundy<at>linuxleo.com)
# Copyright 2014-2018 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -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 v20160110 March 2016 Barry J. Grundy
# Updated v20171103,March 2018
PRGNAM=libfwsi
VERSION=${VERSION:-20160110}
VERSION=${VERSION:-20171103}
STATUS=${STATUS:-experimental}
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="libfwsi"
VERSION="20160110"
VERSION="20171103"
HOMEPAGE="https://github.com/libyal/libfwsi"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/libfwsi-experimental-20160110.tar.gz"
MD5SUM="e613aa64157389a39cb73f806decf4cd"
DOWNLOAD="https://github.com/libyal/libfwsi/releases/download/20171103/libfwsi-experimental-20171103.tar.gz"
MD5SUM="b4138914ac6e3b8b04f65f9eba679663"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""