summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGökçen Eraslan <gokcen@pardus.org.tr>2011-02-14 16:04:24 +0100
committerPetr Mladek <pmladek@suse.cz>2011-03-09 16:29:11 +0100
commit91fb8e498a4104ed1cbce4e499def3e7e42a6e63 (patch)
tree1f5750f9223a409bc375afa0efe19b875de1bfa4
parent7ac8732a5c0907a41273be90ff33eb9d88d5eb25 (diff)
fix download for all 3.3.x source release
Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rwxr-xr-xdownload.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/download.in b/download.in
index 03cced898..cebaf3852 100755
--- a/download.in
+++ b/download.in
@@ -112,7 +112,7 @@ sub download_tests_dependencies() {
'binutils-.*' => '@MIRROR@/support',
'gcc-.*' => '@MIRROR@/support',
'libreoffice-.*-3\.2\.9.*' => 'http://download.documentfoundation.org/libreoffice/src/',
- 'libreoffice-.*-3\.3\.1.*' => 'http://download.documentfoundation.org/libreoffice/src/',
+ 'libreoffice-.*-3\.3.*' => 'http://download.documentfoundation.org/libreoffice/src/',
'beb300-m.*' => '@MIRROR@/BEB300',
'dev300-m.*' => '@MIRROR@/DEV300',
'ooo300-m.*' => '@MIRROR@/OOO300',