libraries/libregf: Updated for version 20160424.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2016-08-26 00:30:05 +01:00 committed by David Spencer
parent 95290b9494
commit 3c3a84d6a5
3 changed files with 11 additions and 11 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 v20160424 Augutst 2016 Barry J. Grundy
PRGNAM=libregf
VERSION=${VERSION:-20160107}
VERSION=${VERSION:-20160424}
STATUS=${STATUS:-alpha}
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="libregf"
VERSION="20160107"
VERSION="20160424"
HOMEPAGE="https://github.com/libyal/libregf"
DOWNLOAD="https://github.com/libyal/libregf/releases/download/20160107/libregf-alpha-20160107.tar.gz"
MD5SUM="3eede49d1366e0ee9a92e3480d596a28"
DOWNLOAD="https://github.com/libyal/libregf/releases/download/20160424/libregf-alpha-20160424.tar.gz"
MD5SUM="3dea00f0966aaeb2f0fd39207092e931"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -7,10 +7,10 @@
|-----handy-ruler------------------------------------------------------|
libregf: libregf (libYAL WinNT Registry File library)
libregf:
libregf: Library and tools to access the Windows NT Registry File (REGF)
libregf:
libregf: Library and tools to access the Windows NT Registry File (REGF)
libregf: format.
libregf:
libregf:
libregf: Homepage: https://github.com/libyal/libregf
libregf:
libregf: