We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7318a0f commit bcc8549Copy full SHA for bcc8549
1 file changed
Makefile
@@ -56,7 +56,7 @@ duck_cloudfront: build
56
57
jwarc.jar:
58
@echo "downloading JWarc JAR"
59
- curl -fL -o jwarc.jar https://github.com/iipc/jwarc/releases/download/v0.33.0/jwarc-0.33.0.jar
+ curl -fL -o jwarc.jar https://github.com/iipc/jwarc/releases/download/v0.35.0/jwarc-0.35.0.jar
60
61
wreck_the_warc: build jwarc.jar
62
@echo
0 commit comments