diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-18 08:22:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-18 08:22:23 +0100 |
commit | c0ed5f78ccd42bccf52daff63f341a08e964139d (patch) | |
tree | 63758f8e22bd3902ef1ef63b2f49b762943c3088 | |
parent | d710451b96a9b2612cb2d3a363a2acae5dda6391 (diff) |
update to latest upstream version
-rw-r--r-- | package/bison/Makefile | 4 | ||||
-rw-r--r-- | package/gpm/Makefile | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/package/gpm/Makefile b/package/gpm/Makefile index 1233f7401..9d7df66f0 100644 --- a/package/gpm/Makefile +++ b/package/gpm/Makefile @@ -4,13 +4,13 @@ include ${TOPDIR}/rules.mk PKG_NAME:= gpm -PKG_VERSION:= 1.20.5 +PKG_VERSION:= 1.20.6 PKG_RELEASE:= 1 -PKG_MD5SUM:= 3915bdd6bf947ef867752a30b4be2387 +PKG_MD5SUM:= b75e794bfb9fe8114d0b083932673b8f PKG_DESCR:= console mouse support PKG_SECTION:= misc -PKG_URL:= http://unix.schottelius.org/gpm -PKG_SITES:= http://unix.schottelius.org/gpm/archives/ +PKG_URL:= http://launchpad.net/gpm +PKG_SITES:= http://launchpad.net/gpm/main/${PKG_VERSION}/+download/ include ${TOPDIR}/mk/package.mk |