diff options
author | Tim Biermann <tbier@posteo.de> | 2021-09-11 18:20:49 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-09-11 18:20:49 +0200 |
commit | 623fcce1335ddfbca2031adee97a2a7cba96663b (patch) | |
tree | 005b60dfaf4ba4003b3935b7ec4988522bbf22ac /bison | |
parent | 3528ef9cb800ff07a8b4538f30593ac0a01de338 (diff) | |
download | core-623fcce1335ddfbca2031adee97a2a7cba96663b.tar.gz core-623fcce1335ddfbca2031adee97a2a7cba96663b.tar.xz |
bison: 3.7.6 -> 3.8.1
Diffstat (limited to 'bison')
-rw-r--r-- | bison/.footprint | 1 | ||||
-rw-r--r-- | bison/.signature | 8 | ||||
-rw-r--r-- | bison/Pkgfile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/bison/.footprint b/bison/.footprint index e7c2cd68..7ba829ea 100644 --- a/bison/.footprint +++ b/bison/.footprint @@ -23,6 +23,7 @@ drwxr-xr-x root/root usr/share/bison/skeletons/ -rw-r--r-- root/root usr/share/bison/skeletons/d.m4 -rw-r--r-- root/root usr/share/bison/skeletons/glr.c -rw-r--r-- root/root usr/share/bison/skeletons/glr.cc +-rw-r--r-- root/root usr/share/bison/skeletons/glr2.cc -rw-r--r-- root/root usr/share/bison/skeletons/java-skel.m4 -rw-r--r-- root/root usr/share/bison/skeletons/java.m4 -rw-r--r-- root/root usr/share/bison/skeletons/lalr1.cc diff --git a/bison/.signature b/bison/.signature index 48314112..59f5cf86 100644 --- a/bison/.signature +++ b/bison/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqsoETV4Ktpg5auy8RugFSniyg9anOp5Hd4ZU0j36cxrS6LjMyEYxzrsbyxZIJlx2iQoy8/SCd0H6RJ4wb6YS/go= -SHA256 (Pkgfile) = 4572f62f8429b8929a19e314f75d05e99fc4453624183012858aa54cc0ed67fb -SHA256 (.footprint) = 64194b95f8bc492ef2d9a4e44520a3ad4f9958bbe275f59957c512b52e85a124 -SHA256 (bison-3.7.6.tar.xz) = 67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf +RWRJc1FUaeVeqqGyNsj9pqT8BAnBC6S99eRh8bWm7AS0gadDmTN1fqRr3QY8hSPLXVI05A/+aMdkF6aM1CmbuWxoIucIqkbRRgo= +SHA256 (Pkgfile) = 6b179c961f37e4fa7ab47b6af21b1879ce765fc6c89cf822cea59699b48a77b5 +SHA256 (.footprint) = 60e5563297178ddb8ef8bb0c5b8f527bc272675115b3be714a29f48c5bdaf3d3 +SHA256 (bison-3.8.1.tar.xz) = 31fc602488aad6bdecf0ccc556e0fc72fc57cdc595cf92398f020e0cf4980f15 diff --git a/bison/Pkgfile b/bison/Pkgfile index f49302c1..e083c157 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gettext name=bison -version=3.7.6 +version=3.8.1 release=1 source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) @@ -14,5 +14,5 @@ build() { make make DESTDIR=$PKG install rm -r $PKG/usr/share/{doc,info} - rm $PKG/usr/share/bison/{README.md,skeletons/README-D.txt} + rm $PKG/usr/share/bison/README.md } |