Skip to content
Snippets Groups Projects
Commit dae36ca5 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: pcre: Update to 8.38.

* gnu/packages/pcre.scm (pcre): Update to 8.38.  Add source URI for
  main FTP site.
parent 821060f3
No related branches found
No related tags found
No related merge requests found
......@@ -29,14 +29,18 @@ (define-module (gnu packages pcre)
(define-public pcre
(package
(name "pcre")
(version "8.37")
(version "8.38")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/pcre/pcre/"
version "/pcre-" version ".tar.bz2"))
(uri (list
(string-append "ftp://ftp.csx.cam.ac.uk"
"/pub/software/programming/pcre/"
"pcre-" version ".tar.bz2")
(string-append "mirror://sourceforge/pcre/pcre/"
version "/pcre-" version ".tar.bz2")))
(sha256
(base32
"17bqykp604p7376wj3q2nmjdhrb6v1ny8q08zdwi7qvc02l9wrsi"))))
"1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r"))))
(build-system gnu-build-system)
(inputs `(("bzip2" ,bzip2)
("readline" ,readline)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment