TEMP HACK refresh to 5.19.5

This commit is contained in:
Hartmut Goebel 2019-11-28 12:37:20 +01:00
parent 8b55544212
commit 10042b8f4b
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -139,7 +139,7 @@ (define version-regexp
(define (version->pattern part)
;; If a path element might be a version, replace it by a catch-all part
(if (regexp-exec version-regexp part)
"[^/]+"
"5\\.19\\.5";; "[^/]+"
part))
(let* ((path (uri-path uri))