diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-31 14:33:08 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-31 14:33:20 +0000 |
commit | 78f9e9d0246e90c2e6a442c1ffbfcdd525b6bfab (patch) | |
tree | a41f7621c150457882a37bf80635e0628dcb562c /re2 | |
parent | ecfbd97c15e9933d7d654cb4f9743184a47bbeda (diff) | |
download | contrib-78f9e9d0246e90c2e6a442c1ffbfcdd525b6bfab.tar.gz contrib-78f9e9d0246e90c2e6a442c1ffbfcdd525b6bfab.tar.xz |
re2: 2020-11-01 -> 2021-02-01
Diffstat (limited to 're2')
-rw-r--r-- | re2/.footprint | 6 | ||||
-rw-r--r-- | re2/.signature | 8 | ||||
-rw-r--r-- | re2/Pkgfile | 3 |
3 files changed, 8 insertions, 9 deletions
diff --git a/re2/.footprint b/re2/.footprint index 2603fa016..783370a25 100644 --- a/re2/.footprint +++ b/re2/.footprint @@ -7,8 +7,8 @@ drwxr-xr-x root/root usr/include/re2/ -rw-r--r-- root/root usr/include/re2/stringpiece.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libre2.a -lrwxrwxrwx root/root usr/lib/libre2.so -> libre2.so.9.0.0 -lrwxrwxrwx root/root usr/lib/libre2.so.9 -> libre2.so.9.0.0 --rwxr-xr-x root/root usr/lib/libre2.so.9.0.0 +lrwxrwxrwx root/root usr/lib/libre2.so -> libre2.so.10.0.0 +lrwxrwxrwx root/root usr/lib/libre2.so.10 -> libre2.so.10.0.0 +-rwxr-xr-x root/root usr/lib/libre2.so.10.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/re2.pc diff --git a/re2/.signature b/re2/.signature index 0aa559225..6e9b279e7 100644 --- a/re2/.signature +++ b/re2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39IUZHbK8hRT9jbM59JEbcNyZwBu9+FgthP7EQHZ+D2h/sjJt2LVMW+spvYu9hMgJAGyrMhU2C9bKaWvskgagg8= -SHA256 (Pkgfile) = a8e7fab7d54650f8de6fa84c6a6ecb742917bae710179264813d4d31d52aec38 -SHA256 (.footprint) = 72beb613677bcef715edcce91b5c8e194ec90d055ac29913412b274f13690eaa -SHA256 (re2-2020-11-01.tar.gz) = 8903cc66c9d34c72e2bc91722288ebc7e3ec37787ecfef44d204b2d6281954d7 +RWSagIOpLGJF3wipmQ8omAhSpoF9er/gq04JYXS0/XGi6/jvHC/GhT+dkpWeaF2o6Y5V/MXgHxtcclg8KbmlRMklmj3maTSRKQk= +SHA256 (Pkgfile) = 61e6ca40af6a7bc101286acf42697d964526e968fa80f64c21428a11db490a2c +SHA256 (.footprint) = 8115fdd510a3e82ef49a38a76b0652f7bb9d4a067071a1bae8aa0ca279344398 +SHA256 (re2-2021-02-01.tar.gz) = d3e15031ced791b39f11964816ca2d4213f25d3b67fbbe82972c7b7666c456ba diff --git a/re2/Pkgfile b/re2/Pkgfile index 8de185f5e..cbe60debb 100644 --- a/re2/Pkgfile +++ b/re2/Pkgfile @@ -1,10 +1,9 @@ # Description: Fast, safe, thread-friendly regular expression engine # URL: https://github.com/google/re2 # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: name=re2 -version=2020-11-01 +version=2021-02-01 release=1 source=(https://github.com/google/re2/archive/$version/$name-$version.tar.gz) |