diff options
author | Juergen Daubert <jue@jue.li> | 2020-06-04 13:46:17 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-06-04 13:46:17 +0200 |
commit | dba509b48478d4ce3f3855098cf2e5f30d620473 (patch) | |
tree | 1978726cfd59df20ab7c87e88d3d92f0667a4257 /bison | |
parent | 38952827be9b6ee2ab1eec6fc49a854826672f9a (diff) | |
download | core-dba509b48478d4ce3f3855098cf2e5f30d620473.tar.gz core-dba509b48478d4ce3f3855098cf2e5f30d620473.tar.xz |
bison: update to 3.6.3
Diffstat (limited to 'bison')
-rw-r--r-- | bison/.footprint | 1 | ||||
-rw-r--r-- | bison/.signature | 8 | ||||
-rw-r--r-- | bison/Pkgfile | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/bison/.footprint b/bison/.footprint index b308a398..e7c2cd68 100644 --- a/bison/.footprint +++ b/bison/.footprint @@ -30,6 +30,7 @@ drwxr-xr-x root/root usr/share/bison/skeletons/ -rw-r--r-- root/root usr/share/bison/skeletons/lalr1.java -rw-r--r-- root/root usr/share/bison/skeletons/location.cc -rw-r--r-- root/root usr/share/bison/skeletons/stack.hh +-rw-r--r-- root/root usr/share/bison/skeletons/traceon.m4 -rw-r--r-- root/root usr/share/bison/skeletons/variant.hh -rw-r--r-- root/root usr/share/bison/skeletons/yacc.c drwxr-xr-x root/root usr/share/bison/xslt/ diff --git a/bison/.signature b/bison/.signature index 21e82403..4504b3a8 100644 --- a/bison/.signature +++ b/bison/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqqLHBInkMqcYDoInijwYBUptI7Vu2KxLuhNh/o4EfqiOeqKWJ2aiY8spW7c6R2o7EXMa23aE50sMam5XIJd8lAI= -SHA256 (Pkgfile) = f89fb43f347ab6a6926a324482a5cbdda28b6c673b2ce46c8710a969163ee9ab -SHA256 (.footprint) = 301414db96c8cd981c2ddc4b66e9a83af6c7a076538fa1a8cc0a66df26ee488b -SHA256 (bison-3.6.2.tar.xz) = 4a164b5cc971b896ce976bf4b624fab7279e0729cf983a5135df7e4df0970f6e +RWRJc1FUaeVeqpfvT59/vzhju1LoeVoPAUchAcnxgWgz1BUJRermDAsj7iVEjvWDcHxuN0Xbg2iqpgRKEL5ZHEW6hQcnpLYAkwI= +SHA256 (Pkgfile) = cb07a05cd4c48d8eb954171534971a15c835891bc95e0f30abea20d7ef3b9870 +SHA256 (.footprint) = 64194b95f8bc492ef2d9a4e44520a3ad4f9958bbe275f59957c512b52e85a124 +SHA256 (bison-3.6.3.tar.xz) = 06db793651de9dd5f0a85a6fe4bdbca413c0806bf2432377523da96ca0b4b73d diff --git a/bison/Pkgfile b/bison/Pkgfile index 891b0b10..1a2fb191 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -1,12 +1,12 @@ # Description: The GNU Project parser generator -# URL: http://www.gnu.org/software/bison/ +# URL: https://www.gnu.org/software/bison/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: gettext name=bison -version=3.6.2 +version=3.6.3 release=1 -source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) +source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version |