summaryrefslogtreecommitdiffstats
path: root/collab
diff options
context:
space:
mode:
authorThomas Orgis2015-01-05 18:25:52 +0100
committerThomas Orgis2015-01-05 18:25:52 +0100
commite9fd57e1302d1bbca916d85bc56e8f779d9ab145 (patch)
tree2e62b487b6d50e687782017df6e368c33e422a00 /collab
parenta1a1008d757572f2319b75a32f583e14f3f34f93 (diff)
subversion: add archive URLs
Diffstat (limited to 'collab')
-rwxr-xr-xcollab/subversion/DETAILS2
-rw-r--r--collab/subversion/HISTORY3
2 files changed, 5 insertions, 0 deletions
diff --git a/collab/subversion/DETAILS b/collab/subversion/DETAILS
index 684c2095eb..241bb8d6a2 100755
--- a/collab/subversion/DETAILS
+++ b/collab/subversion/DETAILS
@@ -11,7 +11,9 @@ else
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://www.apache.org/dist/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://archive.apache.org/dist/$SPELL/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
SOURCE_GPG=16A0DE01.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
fi
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 11c520378e..db4ec3384a 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,6 @@
+2015-01-05 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: add archive URLs, as stuff gets removed from main site
+
2014-09-04 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Fix dependency on serf (without the flag, it may be skipped)