New commits:
commit 4861303dff5de2610573f3a2016ed1b0c81a0cb2
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
firefox-bin: Updated to version 5.0.1
diff --git a/bin-http/firefox-bin/DETAILS b/bin-http/firefox-bin/DETAILS
index a9c7db4..a072499 100755
--- a/bin-http/firefox-bin/DETAILS
+++ b/bin-http/firefox-bin/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox-bin
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
- VERSION=5.0
+ VERSION=5.0.1
SOURCE=firefox-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
@@ -9,14 +9,14 @@ if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
else
if [ "$FIREFOX_DEVEL" == "y" ]; then
- VERSION=5.0
+ VERSION=5.0.1
SOURCE=firefox-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"