summaryrefslogtreecommitdiffstats
path: root/bin-http/google-chrome-bin/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'bin-http/google-chrome-bin/DETAILS')
-rwxr-xr-xbin-http/google-chrome-bin/DETAILS9
1 files changed, 7 insertions, 2 deletions
diff --git a/bin-http/google-chrome-bin/DETAILS b/bin-http/google-chrome-bin/DETAILS
index 4c536e0..928bf86 100755
--- a/bin-http/google-chrome-bin/DETAILS
+++ b/bin-http/google-chrome-bin/DETAILS
@@ -1,10 +1,15 @@
SPELL=google-chrome-bin
+if [[ "$GOOGLE_CHROME_BIN_DAILY" == "y" ]]
+then
+ VERSION=$(date +%Y%m%d)
+else
VERSION=beta_current
+fi
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
then
- SOURCE=${SPELL/-bin/}-${VERSION}_x86_64.rpm
+ SOURCE=${SPELL/-bin/}-beta_current_x86_64.rpm
else
- SOURCE=${SPELL/-bin/}-${VERSION}_i386.rpm
+ SOURCE=${SPELL/-bin/}-beta_current_i386.rpm
fi
SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION