Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (a7d0aaf35bc47e938570d93bd58cf62e2eb7371e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (a7d0aaf35bc47e938570d93bd58cf62e2eb7371e)
  • Date: Fri, 2 Mar 2012 10:48:13 -0600

GIT changes to master binary grimoire by Thomas Orgis
<sobukus AT sourcemage.org>:

bin-http/firefox-bin/DETAILS | 6 +++---
bin-http/firefox-bin/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

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"

SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$SOURCE

SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$SOURCE2
else
- VERSION=9.0.1
+ VERSION=10.0.2
SOURCE=firefox-${VERSION}.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
diff --git a/bin-http/firefox-bin/HISTORY b/bin-http/firefox-bin/HISTORY
index 7a86abb..7785045 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-bin/HISTORY
@@ -1,3 +1,6 @@
+2012-03-02 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: 10.0.2
+
2011-12-28 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: 9.0.1
* INSTALL: use install for firefox-bin (ensuring world-readable script



  • [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (a7d0aaf35bc47e938570d93bd58cf62e2eb7371e), Thomas Orgis, 03/02/2012

Archive powered by MHonArc 2.6.24.

Top of Page