Skip to content

Commit 3010c1c

Browse files
committedDec 12, 2017
upgrade commons daemon to 1.1.0
1 parent 69e7067 commit 3010c1c

3 files changed

+3
-3
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616
JRE_HOME=vendor/jre-$(ES_BITS)/jre
1717
JRE=$(JRE_HOME)/bin/java.exe
1818

19-
COMMONS_DAEMON_VERSION=1.0.15
19+
COMMONS_DAEMON_VERSION=1.1.0
2020
COMMONS_DAEMON_NAME=commons-daemon-$(COMMONS_DAEMON_VERSION)-bin-windows
2121
COMMONS_DAEMON_HOME=vendor/$(COMMONS_DAEMON_NAME)
2222
ifeq ($(X64),false)
@@ -96,7 +96,7 @@ $(ES_JAR):
9696

9797
$(COMMONS_DAEMON_PRUNSRV):
9898
wget -qO $(COMMONS_DAEMON_HOME).zip http://apache.org/dist/commons/daemon/binaries/windows/$(COMMONS_DAEMON_NAME).zip
99-
(cd vendor && md5sum -c $(COMMONS_DAEMON_NAME).zip.md5)
99+
(cd vendor && sha512sum -c $(COMMONS_DAEMON_NAME).zip.sha512)
100100
unzip -q -d $(COMMONS_DAEMON_HOME) $(COMMONS_DAEMON_HOME).zip
101101

102102
$(SETEXECUTABLEICON_EXE):

‎vendor/commons-daemon-1.0.15-bin-windows.zip.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10cda04d9a44286cb67107fdb9d20958013f075cad4accba048801f3677765c334dc16f6901e1d2e4a9df5a2c702797370de63393568df6fceb9e7902421f9ea *commons-daemon-1.1.0-bin-windows.zip

0 commit comments

Comments
 (0)
Please sign in to comment.