summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2008-09-25 20:58:03 +0200
committerJaka Kranjc2008-09-25 20:58:03 +0200
commit329b1802324d021c6cf1ef1189cb852848196793 (patch)
treee39ac9ca9a0439e11d824a70f82fc8c28b38c987
parent7a69cdde9e1725aa5a56ad5e433653c6bd946459 (diff)
firefox: => 3.0.2
(cherry-picked from commit f6719306f6ef0e9ce27d5cf1a496b00941c6745f)
-rwxr-xr-xhttp/firefox/DETAILS4
-rw-r--r--http/firefox/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 8d7cdfab12..9a7f497cc6 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,13 +1,13 @@
SPELL=firefox
if [[ $FIREFOX_CVS == y ]]; then
- VERSION=3.0.1
+ VERSION=3.0.2
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=3.0.1
+ VERSION=3.0.2
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index ac99022b51..f84278aff4 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2008-09-24 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 3.0.2
+
2008-07-16 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 3.0.1, fixed source urls, quoting paths!
* BUILD, INSTALL: quoting paths!