diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 22:52:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 22:52:51 +0100 |
commit | 58d31896056e604185acf3606b99257cea519dd1 (patch) | |
tree | 3a0fb34da5dbe8dc12326fcd7fbf0c3916028f41 /package/bison/Makefile | |
parent | 220a96f9926788ed531717f78e44fdf1e7ab3b34 (diff) | |
parent | 845317b460ee99ad633534cad4de72404af7e30b (diff) |
resolve merge conflicts
Diffstat (limited to 'package/bison/Makefile')
-rw-r--r-- | package/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile index bf058fc9a..fd31a0fe7 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= bison -PKG_VERSION:= 2.4.2 +PKG_VERSION:= 2.4.3 PKG_RELEASE:= 1 -PKG_MD5SUM:= 6fc502f135738e98fecf1e5c8de38d62 +PKG_MD5SUM:= ea45c778b36bdc7a720096819e292a73 PKG_DESCR:= GNU parser generator PKG_SECTION:= lang PKG_URL:= http://www.gnu.org/software/bison/ |