summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-02-09 11:00:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-09 18:12:25 +0100
commit8603e2065306f4341a4f345074da14b3b1a1dc46 (patch)
tree2e557fcb7a760f45e6e17894f052da5848c727b6 /solenv
parent20e0ed5c664f7ee49ee074ebf8ea72023e896217 (diff)
Use stable URL for apache-ant download
as proposed by <http://mail-archives.apache.org/mod_mbox/ant-user/201802.mbox/ %3c001b01d3a101$eadd7ea0$c0987be0$@de%3e> "AW: Stable link to apache-ant-*-bin.tar.xz?" (but using https instead of http) Change-Id: I6f1a5d06c4f2f6ad1861a5c0bda3341f13c8899a (cherry picked from commit ea89bd3fdd475fda72e852c687f6ce81b610df47) Reviewed-on: https://gerrit.libreoffice.org/49511 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/flatpak-manifest.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 03d617578237..d29c3d3434c8 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -27,7 +27,7 @@
},
{
"type": "archive",
- "url": "http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.xz",
+ "url": "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.xz",
"sha512": "a1af5173eafbc5b76fe0ae62c656c96a4c3bfd9d67b10ad19fef53152ae73d61aa05d1b57ceca1d007475113f234feb9d1541d2c624f6ac606361a6e6e375385",
"dest": "ant"
},