network/google-chrome: Updated for version 5.0.375.38.
This is the "beta" version, the "unstable" links seem to have gone offline.
This commit is contained in:
parent
295960166f
commit
cc24ceeeb6
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=google-chrome
|
||||
VERSION=5.0.371.0 # Ephemeral version
|
||||
VERSION=5.0.375.38 # Ephemeral version
|
||||
ARCH=${ARCH:-i386} # i386 or x86_64
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -45,12 +45,12 @@ esac
|
|||
set -eu
|
||||
|
||||
# Get the real version, thanks to Fred Richards.
|
||||
REAL_VER=$(ar p google-chrome-unstable_current_${DEBARCH}.deb control.tar.gz | tar zxO ./control | grep Version | awk '{print $2}' | cut -d- -f1)
|
||||
REAL_VER=$(ar p google-chrome-beta_current_${DEBARCH}.deb control.tar.gz | tar zxO ./control | grep Version | awk '{print $2}' | cut -d- -f1)
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $PKG
|
||||
ar p $CWD/google-chrome-unstable_current_${DEBARCH}.deb data.tar.lzma | lzma -d | tar xv
|
||||
ar p $CWD/google-chrome-beta_current_${DEBARCH}.deb data.tar.lzma | lzma -d | tar xv
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="google-chrome"
|
||||
VERSION="5.0.371.0"
|
||||
VERSION="5.0.375.38"
|
||||
HOMEPAGE="http://www.google.com/chrome/"
|
||||
DOWNLOAD="http://dl.google.com/linux/direct/google-chrome-unstable_current_i386.deb"
|
||||
MD5SUM="86f55262888aed3750084ddf5b623055"
|
||||
DOWNLOAD_x86_64="http://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb"
|
||||
MD5SUM_x86_64="69d2327aa91f41209f963feac1145b26"
|
||||
DOWNLOAD="http://dl.google.com/dl/linux/direct/google-chrome-beta_current_i386.deb"
|
||||
MD5SUM="ac37d2c1766e6af8dccb06160a1bfbee"
|
||||
DOWNLOAD_x86_64="http://dl.google.com/dl/linux/direct/google-chrome-beta_current_amd64.deb"
|
||||
MD5SUM_x86_64="31a62a4cbb97913d0328c27ac93956d0"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="dsomero"
|
||||
APPROVED=""
|
||||
|
|
Loading…
Reference in New Issue