summaryrefslogtreecommitdiff
path: root/package/bison/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-30 20:07:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-30 20:07:14 +0200
commit33a1238e6c940033d1155c188dcb3adad8187932 (patch)
treec4d594145ef7672e76a4c821cdb4e4d5eb8fb81f /package/bison/Makefile
parent27767d6da4e2dfd2505adff10a88b404831f3f6d (diff)
more FreeBSD fixes and package updates
Diffstat (limited to 'package/bison/Makefile')
-rw-r--r--package/bison/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile
index b3642d177..bf058fc9a 100644
--- a/package/bison/Makefile
+++ b/package/bison/Makefile
@@ -4,12 +4,12 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= bison
-PKG_VERSION:= 2.4.1
+PKG_VERSION:= 2.4.2
PKG_RELEASE:= 1
-PKG_MD5SUM:= c58aa1da418dc9704070872489e89bf5
+PKG_MD5SUM:= 6fc502f135738e98fecf1e5c8de38d62
PKG_DESCR:= GNU parser generator
PKG_SECTION:= lang
-PKG_URL:= http://www.gnu.org/software/bison
+PKG_URL:= http://www.gnu.org/software/bison/
PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/}
include ${TOPDIR}/mk/package.mk