system/pbzip2: Updated for version 1.1.1.

This commit is contained in:
Erik Hanson 2010-04-19 23:06:31 -05:00 committed by Robby Workman
parent 94505a7b57
commit b43beb7ec0
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
#
# Slackware build script for PBZIP2
#
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pbzip2
VERSION=1.1.0
VERSION=1.1.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -43,7 +43,7 @@ else
SLKCFLAGS="-O2"
fi
set -eu
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="pbzip2"
VERSION="1.1.0"
VERSION="1.1.1"
HOMEPAGE="http://compression.ca/pbzip2/"
DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.1.0.tar.gz"
MD5SUM="39cfc2e8c810391b571246e798f7c73a"
DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.1.1.tar.gz"
MD5SUM="b354422759da7113da366aad1876ed5d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"