diff options
author | Juergen Daubert <jue@jue.li> | 2022-09-03 15:24:54 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-09-03 15:24:54 +0200 |
commit | 73813442409841a055fa4b08a99c64c8d2c2c904 (patch) | |
tree | 7f4bfb9888c6580ed0592ed822bc841525ccf465 /grep | |
parent | 0063744647443cab70d1c76dd8cc484a1d48ded5 (diff) | |
download | core-73813442409841a055fa4b08a99c64c8d2c2c904.tar.gz core-73813442409841a055fa4b08a99c64c8d2c2c904.tar.xz |
grep: update to 3.8, changed dependency pcre -> pcre2
Diffstat (limited to 'grep')
-rw-r--r-- | grep/.footprint | 2 | ||||
-rw-r--r-- | grep/.signature | 8 | ||||
-rw-r--r-- | grep/Pkgfile | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/grep/.footprint b/grep/.footprint index bfa8747e..ff55ef23 100644 --- a/grep/.footprint +++ b/grep/.footprint @@ -6,6 +6,4 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/egrep.1.gz --rw-r--r-- root/root usr/share/man/man1/fgrep.1.gz -rw-r--r-- root/root usr/share/man/man1/grep.1.gz diff --git a/grep/.signature b/grep/.signature index 4b787ba1..49f7e75a 100644 --- a/grep/.signature +++ b/grep/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqsfaxIfE9Dx6S6B0It82LcoEE4zPCVRC18tmfengKhTtKm7f0+X1FQtPTNuZXYjMEnIKYs4AYvn/wNuMMi9YeQE= -SHA256 (Pkgfile) = 21bc55ba6be122fe1c8ee0c4000a8425912d240e93e61e9ab23169585765bfa3 -SHA256 (.footprint) = fc5365edf76b4d108fc05ec07156a432fb442bf725937d4346d22a51fb892971 -SHA256 (grep-3.7.tar.xz) = 5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c +RWRJc1FUaeVeqsiHg9nSpHVr7iVRIlWYoZjgJRPgCS/7tTZ4wvkTuDidG/8sERi2szgp1huDQhwxspvM37b4+BJFG6w+QcS2ago= +SHA256 (Pkgfile) = ab056a6b734f3745f248154922d231896c82de81cf2dfee51d740c16479eec33 +SHA256 (.footprint) = 25ce5037da32825bfdd781084807c0944e510da15893911b23d639f10ee7e07f +SHA256 (grep-3.8.tar.xz) = 498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382 diff --git a/grep/Pkgfile b/grep/Pkgfile index f96c671c..914ec7e9 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -1,10 +1,10 @@ # Description: GNU grep, egrep and fgrep # URL: https://www.gnu.org/software/grep/grep.html # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: libpcre +# Depends on: libpcre2 name=grep -version=3.7 +version=3.8 release=1 source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) |