diff options
author | Juergen Daubert <jue@jue.li> | 2012-08-02 12:54:39 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-08-02 12:54:39 +0200 |
commit | 4aab4c7000a27870a26f7f56ee04ad5abb60b858 (patch) | |
tree | 60a2c866ec9e38b145bf83e718d5384ee2dec0eb /bison | |
parent | fde0184ee6da0b0a5fafaf55c98e5f8df7af938d (diff) | |
download | core-4aab4c7000a27870a26f7f56ee04ad5abb60b858.tar.gz core-4aab4c7000a27870a26f7f56ee04ad5abb60b858.tar.xz |
bison: update to 2.6.1
Diffstat (limited to 'bison')
-rw-r--r-- | bison/.footprint | 1 | ||||
-rw-r--r-- | bison/.md5sum | 2 | ||||
-rw-r--r-- | bison/Pkgfile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/bison/.footprint b/bison/.footprint index e41557c2..cebe432e 100644 --- a/bison/.footprint +++ b/bison/.footprint @@ -15,6 +15,7 @@ drwxr-xr-x root/root usr/share/bison/ -rw-r--r-- root/root usr/share/bison/bison.m4 -rw-r--r-- root/root usr/share/bison/c++-skel.m4 -rw-r--r-- root/root usr/share/bison/c++.m4 +-rw-r--r-- root/root usr/share/bison/c-like.m4 -rw-r--r-- root/root usr/share/bison/c-skel.m4 -rw-r--r-- root/root usr/share/bison/c.m4 -rw-r--r-- root/root usr/share/bison/glr.c diff --git a/bison/.md5sum b/bison/.md5sum index 968a0a72..6fc0e84a 100644 --- a/bison/.md5sum +++ b/bison/.md5sum @@ -1 +1 @@ -012708d801a3c986d8654aa673530b61 bison-2.5.1.tar.xz +1fc1b9bc689e7fc5622d32c93cce746f bison-2.6.1.tar.xz diff --git a/bison/Pkgfile b/bison/Pkgfile index c0909a13..576a6c80 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=bison -version=2.5.1 +version=2.6.1 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) |