summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-06-07 11:17:15 +0200
committerJuergen Daubert <jue@jue.li>2012-06-07 11:17:15 +0200
commit4637cb550eb8df25f602218a0e49fb4476fe1849 (patch)
tree4d9b7c62e69372c36728f011f9912828aad2ffa3
parentfdefd42c900d8ce690b68cdc3373e367ab7e646f (diff)
downloadcore-4637cb550eb8df25f602218a0e49fb4476fe1849.tar.gz
core-4637cb550eb8df25f602218a0e49fb4476fe1849.tar.xz
bison: update to 2.5.1
-rw-r--r--bison/.footprint1
-rw-r--r--bison/.md5sum2
-rw-r--r--bison/Pkgfile4
3 files changed, 4 insertions, 3 deletions
diff --git a/bison/.footprint b/bison/.footprint
index eceb1c34..e41557c2 100644
--- a/bison/.footprint
+++ b/bison/.footprint
@@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/share/bison/
drwxr-xr-x root/root usr/share/bison/m4sugar/
-rw-r--r-- root/root usr/share/bison/m4sugar/foreach.m4
-rw-r--r-- root/root usr/share/bison/m4sugar/m4sugar.m4
+-rw-r--r-- root/root usr/share/bison/stack.hh
drwxr-xr-x root/root usr/share/bison/xslt/
-rw-r--r-- root/root usr/share/bison/xslt/bison.xsl
-rw-r--r-- root/root usr/share/bison/xslt/xml2dot.xsl
diff --git a/bison/.md5sum b/bison/.md5sum
index 58156b63..968a0a72 100644
--- a/bison/.md5sum
+++ b/bison/.md5sum
@@ -1 +1 @@
-9dba20116b13fc61a0846b0058fbe004 bison-2.5.tar.bz2
+012708d801a3c986d8654aa673530b61 bison-2.5.1.tar.xz
diff --git a/bison/Pkgfile b/bison/Pkgfile
index 93c21747..c0909a13 100644
--- a/bison/Pkgfile
+++ b/bison/Pkgfile
@@ -3,9 +3,9 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=bison
-version=2.5
+version=2.5.1
release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version

Generated by cgit