summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-01-06 04:22:01 -0800
committerEric Sandall2010-01-06 04:22:01 -0800
commit3d96a0c78a6741f9ded67d5b80bdba436f980a45 (patch)
tree470f6d02a471580647f8f370f880249470dbda6b
parentae6756c7c54431ebbbf47351bcbb4963422b52d4 (diff)
google-chrome-bin: Apparently these RPMs change daily, switching to
unversioned SOURCE_IGNORE and setting VERSION to "beta_current"
-rwxr-xr-xbin-http/google-chrome-bin/DETAILS8
-rw-r--r--bin-http/google-chrome-bin/HISTORY4
-rw-r--r--bin-http/google-chrome-bin/google-chrome-beta_current_i386.rpm.sigbin287 -> 0 bytes
-rw-r--r--bin-http/google-chrome-bin/google-chrome-beta_current_x86_64.rpm.sigbin287 -> 0 bytes
4 files changed, 8 insertions, 4 deletions
diff --git a/bin-http/google-chrome-bin/DETAILS b/bin-http/google-chrome-bin/DETAILS
index 6c55194..e01bd4a 100755
--- a/bin-http/google-chrome-bin/DETAILS
+++ b/bin-http/google-chrome-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=google-chrome-bin
- VERSION=4.0.249.43
+ VERSION=beta_current
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
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://dl.google.com/linux/direct/$SOURCE
LICENSE[0]=http://www.google.com/chrome/eula.html
diff --git a/bin-http/google-chrome-bin/HISTORY b/bin-http/google-chrome-bin/HISTORY
index 2bdbfad..869b7db 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-bin/HISTORY
@@ -1,3 +1,7 @@
+2010-01-06 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Apparently these RPMs change daily, switching to unversioned SOURCE_IGNORE
+ and setting VERSION to "beta_current"
+
2010-01-05 Eric Sandall <sandalle@sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created
diff --git a/bin-http/google-chrome-bin/google-chrome-beta_current_i386.rpm.sig b/bin-http/google-chrome-bin/google-chrome-beta_current_i386.rpm.sig
deleted file mode 100644
index 9f5c131..0000000
--- a/bin-http/google-chrome-bin/google-chrome-beta_current_i386.rpm.sig
+++ /dev/null
Binary files differ
diff --git a/bin-http/google-chrome-bin/google-chrome-beta_current_x86_64.rpm.sig b/bin-http/google-chrome-bin/google-chrome-beta_current_x86_64.rpm.sig
deleted file mode 100644
index 362f46f..0000000
--- a/bin-http/google-chrome-bin/google-chrome-beta_current_x86_64.rpm.sig
+++ /dev/null
Binary files differ