mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/icecat: Updated for version 31.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
034657c2fd
commit
2b556a8401
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM="icecat"
|
||||
VERSION=${VERSION:-31.5.0}
|
||||
VERSION=${VERSION:-31.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,7 +80,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}-$VERSION.tar.bz2
|
||||
tar xvf $CWD/${PRGNAM}-$VERSION-gnu1.tar.bz2
|
||||
cd ${PRGNAM}-$VERSION
|
||||
|
||||
# Fix a long standing bug that's prevented staying current on GTK+.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="icecat"
|
||||
VERSION="31.5.0"
|
||||
VERSION="31.6.0"
|
||||
HOMEPAGE="http://www.gnu.org/software/gnuzilla/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnuzilla/31.5.0/icecat-31.5.0.tar.bz2"
|
||||
MD5SUM="8d80d83abbd1d2dd3733be591d98ce30"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnuzilla/31.6.0/icecat-31.6.0-gnu1.tar.bz2"
|
||||
MD5SUM="f59604143b42a2e5112f5c4cef6d04c2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue