diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-14 14:13:14 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-16 22:25:40 -0500 |
commit | cc24ceeeb65f753280f0a068d9c3823228d5b78f (patch) | |
tree | 8ac239dc15cd97ec8a36b43e2cb2e5fe31285ea1 /network/google-chrome/google-chrome.SlackBuild | |
parent | 295960166f605ae397ff5c4180e472102fec0556 (diff) |
network/google-chrome: Updated for version 5.0.375.38.
This is the "beta" version, the "unstable" links seem to
have gone offline.
Diffstat (limited to 'network/google-chrome/google-chrome.SlackBuild')
-rw-r--r-- | network/google-chrome/google-chrome.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/google-chrome/google-chrome.SlackBuild b/network/google-chrome/google-chrome.SlackBuild index b3145eee0dd5a..bd95cb3c80d11 100644 --- a/network/google-chrome/google-chrome.SlackBuild +++ b/network/google-chrome/google-chrome.SlackBuild @@ -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 . |