diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-08 15:32:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-08 15:32:56 +0100 |
commit | d9796b91fec23990e494efcce373a2f0944f294a (patch) | |
tree | 5e7eefae8508d27705093a20752890bb0a61bf3b /solenv | |
parent | af8fc34702d9f7d73a81541cab2983bbdc7b6636 (diff) |
Adapt solenv/flatpak-manifest.in to apache-ant-1.10.2
...that apparently made the URL for apache-ant-1.10.1 become 404. (Again, the
sha512 for the new version is as given at
<http://ant.apache.org/bindownload.cgi>.)
(Asked at <http://mail-archives.apache.org/mod_mbox/ant-user/201802.mbox/
%3C039da509-898d-53f5-4c35-ecfa6b6bef18%40redhat.com%3E> "Stable link to
apache-ant-*-bin.tar.xz?" whether there's any better link that I could use, to
avoid having to constantly track the latest revision of Ant here.)
Change-Id: Ic13732d172ade9337f006d4495f066fdd52302a1
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index a954b3d639e8..c19528f999d4 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -27,8 +27,8 @@ }, { "type": "archive", - "url": "http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.1-bin.tar.xz", - "sha512": "8732ecfd96bcfde626260939f17fdb7e85700092ef69932b250e3572810cd53eaac24e1c72921d89900170804d27cc3100bee7c8b5159d0e5b64c3d79e07bec6", + "url": "http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.xz", + "sha512": "a1af5173eafbc5b76fe0ae62c656c96a4c3bfd9d67b10ad19fef53152ae73d61aa05d1b57ceca1d007475113f234feb9d1541d2c624f6ac606361a6e6e375385", "dest": "ant" }, { |