From ea89bd3fdd475fda72e852c687f6ce81b610df47 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 9 Feb 2018 11:00:12 +0100 Subject: Use stable URL for apache-ant download as proposed by "AW: Stable link to apache-ant-*-bin.tar.xz?" (but using https instead of http) Change-Id: I6f1a5d06c4f2f6ad1861a5c0bda3341f13c8899a --- solenv/flatpak-manifest.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/flatpak-manifest.in') diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index c19528f999d4..1078b49ed62a 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" }, -- cgit