Fix the homepage and download links for ant

This commit is contained in:
Bahar Kurt
2024-10-13 23:01:19 +03:00
parent a3f550d6e2
commit ea1441ad56
+2 -2
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>ant</Name>
<Homepage>http://ant.apache.org</Homepage>
<Homepage>https://ant.apache.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Java-based build tool</Summary>
<Description>Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.</Description>
<Archive sha1sum="4b407594cef802268cca901578d929b3adb4d615" type="tarxz">http://archive.apache.org/dist/ant/source/apache-ant-1.10.14-src.tar.xz</Archive>
<Archive sha1sum="4b407594cef802268cca901578d929b3adb4d615" type="tarxz">https://archive.apache.org/dist/ant/source/apache-ant-1.10.14-src.tar.xz</Archive>
<BuildDependencies>
<Dependency>jdk8-openjdk</Dependency>
</BuildDependencies>