]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bison: Update to 2.5.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 May 2011 22:22:06 +0000 (00:22 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 May 2011 22:22:06 +0000 (00:22 +0200)
pkgs/bison/bison.nm

index a93e1b506021cf692e0e664c141d252a6f77e2a3..6d9b1aec065ac38c0760bc02a3e95cc3c8641c85 100644 (file)
@@ -25,8 +25,8 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = bison
-PKG_VER        = 2.4.3
-PKG_REL        = 0
+PKG_VER        = 2.5
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUPS     = Development/Tools
@@ -42,7 +42,7 @@ define PKG_DESCRIPTION
        context-free grammar into an LALR(1) or GLR parser for that grammar.
 endef
 
-PKG_TARBALL    = $(THISAPP).tar.bz2
+PKG_TARBALL    = $(THISAPP).tar.gz
 
 define STAGE_CONFIGURE_CMDS
        cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> lib/config.h