Skip to content
Permalink
Browse files

pcre2: Update to 10.31

  • Loading branch information
ryandesign authored and pmetzger committed Mar 12, 2018
1 parent e8548ab commit 0569d2521004501a88fbe8891dd33b7f63d0e664
Showing with 7 additions and 4 deletions.
  1. +7 −4 devel/pcre/Portfile
@@ -5,7 +5,7 @@ PortSystem 1.0
name pcre
version 8.41
subport pcre2 {
version 10.30
version 10.31
}
categories devel
license BSD
@@ -34,10 +34,13 @@ use_bzip2 yes

set rmd160(pcre) 29342fea75514f96553149b18c44eae0abe86b9d
set sha256(pcre) e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530
set rmd160(pcre2) 558de9a06531ff6b690abc5b6f587ce2c207f3b5
set sha256(pcre2) 90bd41c605d30e3745771eb81928d779f158081a51b2f314bbcc1f73de5773db
set size(pcre) 1561874
set rmd160(pcre2) 77a851c705eab3745db05da9f7dc59dcce2d70bf
set sha256(pcre2) e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac
set size(pcre2) 1603075
checksums rmd160 $rmd160(${subport}) \
sha256 $sha256(${subport})
sha256 $sha256(${subport}) \
size $size(${subport})

patchfiles no-darwin-pthread-flag.patch

0 comments on commit 0569d25

Please sign in to comment.
You can’t perform that action at this time.