We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffba76e commit 2a20c14Copy full SHA for 2a20c14
Makefile
@@ -10,9 +10,9 @@ WGET := wget --retry-connrefused --waitretry=20 --timeout=20 --tries=3
10
11
# definitions for code coverage
12
NAGELFAR_DLSRC1 := http://downloads.sourceforge.net/nagelfar/
13
-NAGELFAR_RELEASE := nagelfar131
+NAGELFAR_RELEASE := nagelfar132
14
NAGELFAR_DIST := $(NAGELFAR_RELEASE).tar.gz
15
-NAGELFAR_DISTSUM := fbf79ab1a1d85349600f2502a3353bf4
+NAGELFAR_DISTSUM := 2a85579f57492863de286a484fe061ed
16
NAGELFAR := $(NAGELFAR_RELEASE)/nagelfar.tcl
17
18
# definition for old Tcl interpreter for coverage testing
0 commit comments