Skip to content

Commit 20f4f5e

Browse files
committed
install: use newer version of icdiff (2.0.4)
1 parent 2a20c14 commit 20f4f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ TCLSH83 := $(TCL_RELEASE83)/unix/tclsh
2626
MODULECMDTEST := modulecmd-test.tcl
2727

2828
# definitions for enhanced diff tool (to review test results)
29-
ICDIFF_DLSRC := https://raw.githubusercontent.com/jeffkaufman/icdiff/release-1.9.5/
30-
ICDIFF_CHECKSUM := fd5825ede4c2853ba1747a8931b077c1
29+
ICDIFF_DLSRC := https://raw.githubusercontent.com/jeffkaufman/icdiff/release-2.0.4/
30+
ICDIFF_CHECKSUM := 597bd4cda393803e5991c43b78cab3b3
3131

3232
# source definitions shared across the Makefiles of this project
3333
ifneq ($(wildcard Makefile.inc),Makefile.inc)

0 commit comments

Comments
 (0)