grep: update to 3.8, changed dependency pcre -> pcre2

This commit is contained in:
Juergen Daubert 2022-09-03 15:24:54 +02:00
parent 0063744647
commit 7381344240
3 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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)