]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
python: add notmuch.Database.status_string()
[notmuch] / Makefile.local
index d58cea04746a498efe0b2016822b6671822f631c..066ecf23360c469eddb0c16490141c6f99541489 100644 (file)
@@ -224,7 +224,7 @@ release-checks:
 .PHONY: verify-newer
 verify-newer:
        @echo -n "Checking that no $(VERSION) release already exists..."
-       @wget -q -O /dev/null $(RELEASE_URL)/$(TAR_FILE) ; \
+       @wget -q --no-check-certificate -O /dev/null $(RELEASE_URL)/$(TAR_FILE) ; \
        case $$? in \
           8) echo "Good." ;; \
           0) echo "Ouch."; \