Skip to content

Commit

Permalink
OSX: update pcre2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Aug 27, 2024
1 parent 416191a commit dbf50ee
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dev/osx_bundle/modulesets/advene.modules
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,12 @@
</meson>

<autotools id="pcre2"
autogenargs="--enable-jit --enable-pcre2-8 --enable-pcre2-16 --enable-pcre2-32">
<branch repo="github-tar"
module="PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2"
version="10.42"
hash="sha256:8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840"/>
autogen-sh="configure"
autogenargs="--enable-pcre2-16 --enable-pcre2-32 --enable-jit">
<branch module="PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.tar.bz2"
version="10.43"
hash="sha256:e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb"
repo="github-tar" />
</autotools>

<meson id="glib2" mesonargs="-Dtests=false">
Expand Down

0 comments on commit dbf50ee

Please sign in to comment.