mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/google-chrome: Updated for version 6.0.472.55.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
1fa150086e
commit
921f1092f3
2 changed files with 10 additions and 12 deletions
|
@ -23,24 +23,22 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=google-chrome
|
||||
VERSION=6.0.472.53 # Ephemeral version
|
||||
VERSION=6.0.472.55 # Ephemeral version
|
||||
RELEASE=stable # stable, beta, or unstable
|
||||
ARCH=${ARCH:-i386} # i386 or x86_64
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
case "$( uname -m )" in
|
||||
i?86) DEBARCH="i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
|
||||
x86_64) DEBARCH="amd64" ; LIBDIRSUFFIX="64" ;;
|
||||
*) echo "Package for $( uname -m) architecture is not available." ; exit 1 ;;
|
||||
esac
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# Just in case:
|
||||
case "$ARCH" in
|
||||
i?86) DEBARCH="i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
|
||||
x86_64) DEBARCH="amd64" ; LIBDIRSUFFIX="64" ;;
|
||||
*) echo "Not supported" ; exit 1 ;;
|
||||
esac
|
||||
|
||||
set -eu
|
||||
|
||||
# Get the real version, thanks to Fred Richards.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="google-chrome"
|
||||
VERSION="6.0.472.53"
|
||||
VERSION="6.0.472.55"
|
||||
HOMEPAGE="http://www.google.com/chrome/"
|
||||
DOWNLOAD="http://dl.google.com/dl/linux/direct/google-chrome-stable_current_i386.deb"
|
||||
MD5SUM="762b8c5d2546cf7195aec16f158b789b"
|
||||
MD5SUM="24c48700b968a82c9d533d43200f360c"
|
||||
DOWNLOAD_x86_64="http://dl.google.com/dl/linux/direct/google-chrome-stable_current_amd64.deb"
|
||||
MD5SUM_x86_64="a42da515f150ca6e7af34960de4c653e"
|
||||
MD5SUM_x86_64="ddcc88b2296244b15babb442d05a2ee1"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue