summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-05-26 09:42:11 +0200
committerLadislav Hagara2010-05-26 09:42:11 +0200
commita28384801786e69b604acacb0d68d6dce1d3ce7a (patch)
treeb759cda30c761ed6e825f41ca5ac6882a17f3cb0
parent15b413910cab0a6bb982eac065520cf57a0cef87 (diff)
google-chrome-bin stable_current (5.0.375.55)
seems it is current beta_current version (5.0.375.55) without "beta" mentioned in "About Google Chrome"
-rwxr-xr-xbin-http/google-chrome-bin/DETAILS6
-rw-r--r--bin-http/google-chrome-bin/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/bin-http/google-chrome-bin/DETAILS b/bin-http/google-chrome-bin/DETAILS
index ee18d62..7a54ea3 100755
--- a/bin-http/google-chrome-bin/DETAILS
+++ b/bin-http/google-chrome-bin/DETAILS
@@ -3,13 +3,13 @@ if [[ "$GOOGLE_CHROME_BIN_DAILY" == "y" ]]
then
VERSION=$(date +%Y%m%d)
else
- VERSION=beta_current
+ VERSION=stable_current
fi
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
then
- SOURCE=${SPELL/-bin/}-beta_current_x86_64.rpm
+ SOURCE=${SPELL/-bin/}-${VERSION}_x86_64.rpm
else
- SOURCE=${SPELL/-bin/}-beta_current_i386.rpm
+ SOURCE=${SPELL/-bin/}-${VERSION}_i386.rpm
fi
SOURCE2=jpegsrc.v6b.tar.gz
SOURCE_IGNORE=unversioned
diff --git a/bin-http/google-chrome-bin/HISTORY b/bin-http/google-chrome-bin/HISTORY
index 43f97a1..07554e0 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-bin/HISTORY
@@ -1,3 +1,6 @@
+2010-05-26 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: beta_current -> stable_current
+
2010-03-30 Eric Sandall <sandalle@sourcemage.org>
* PRE_BUILD: Tar is named based on $SOURCE, works on x86_64 now
Verify and unpack jpeg