network/google-chrome: Updated for version 6.0.472.53.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Erik Hanson 2010-09-11 02:10:46 -05:00 committed by Robby Workman
parent b382d24831
commit bdf6c8fe2c
2 changed files with 6 additions and 5 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=google-chrome
VERSION=5.0.375.127 # Ephemeral version
VERSION=6.0.472.53 # Ephemeral version
RELEASE=stable # stable, beta, or unstable
ARCH=${ARCH:-i386} # i386 or x86_64
BUILD=${BUILD:-1}
@ -38,6 +38,7 @@ OUTPUT=${OUTPUT:-/tmp}
case "$ARCH" in
i?86) DEBARCH="i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
x86_64) DEBARCH="amd64" ; LIBDIRSUFFIX="64" ;;
*) echo "Not supported" ; exit 1 ;;
esac
set -eu

View File

@ -1,10 +1,10 @@
PRGNAM="google-chrome"
VERSION="5.0.375.127"
VERSION="6.0.472.53"
HOMEPAGE="http://www.google.com/chrome/"
DOWNLOAD="http://dl.google.com/dl/linux/direct/google-chrome-stable_current_i386.deb"
MD5SUM="6628c9b643a5b9abf0f925f12ee04a9e"
MD5SUM="762b8c5d2546cf7195aec16f158b789b"
DOWNLOAD_x86_64="http://dl.google.com/dl/linux/direct/google-chrome-stable_current_amd64.deb"
MD5SUM_x86_64="49126e13ca8c16ee9064118b45ce89af"
MD5SUM_x86_64="a42da515f150ca6e7af34960de4c653e"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="dsomero"
APPROVED="rworkman"