diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-11-20 14:24:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:19 +0700 |
commit | 0e9263b116e72e9c4f6270e74216cb60262d59b6 (patch) | |
tree | 4d1cae648e3555f19c350998281f705a70c56873 /system/commons-daemon/commons-daemon.info | |
parent | b27880c65805dbfbb6b932e3586a5060de765229 (diff) |
system/commons-daemon: Updated for version 1.2.4
Don't build jar files from source anymore. They switched from
ant to maven, which now requires a ton of dependencies that
seemingly need to be downloaded into $HOME and I haven't found a
workaround for that yet.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/commons-daemon/commons-daemon.info')
-rw-r--r-- | system/commons-daemon/commons-daemon.info | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/system/commons-daemon/commons-daemon.info b/system/commons-daemon/commons-daemon.info index 0f6229144e..0f2493112a 100644 --- a/system/commons-daemon/commons-daemon.info +++ b/system/commons-daemon/commons-daemon.info @@ -1,10 +1,12 @@ PRGNAM="commons-daemon" -VERSION="1.0.15" +VERSION="1.2.4" HOMEPAGE="http://commons.apache.org/daemon/index.html" -DOWNLOAD="http://archive.apache.org/dist/commons/daemon/source/commons-daemon-1.0.15-src.tar.gz" -MD5SUM="e467bc1f332d47ad85d18ea8b8a897c3" +DOWNLOAD="https://dlcdn.apache.org//commons/daemon/binaries/commons-daemon-1.2.4-bin.tar.gz \ + https://dlcdn.apache.org//commons/daemon/source/commons-daemon-1.2.4-src.tar.gz" +MD5SUM="01a2e531c9ecbc545492308c911aa570 \ + 928f6243a50f01f6b9dafcac585889ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="apache-ant jdk" +REQUIRES="jdk" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@slackbuilds.org" |