New commits:
commit a7d0aaf35bc47e938570d93bd58cf62e2eb7371e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
firefox-bin: bump to 10.0.2
diff --git a/bin-http/firefox-bin/DETAILS b/bin-http/firefox-bin/DETAILS
index 22646b9..f915031 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=9.0.1
+ VERSION=10.0.2
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=9.0.1
+ VERSION=10.0.2
SOURCE=firefox-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"