Browse Source

update to latest upstream version

Waldemar Brodkorb 13 years ago
parent
commit
c0ed5f78cc
2 changed files with 6 additions and 6 deletions
  1. 2 2
      package/bison/Makefile
  2. 4 4
      package/gpm/Makefile

+ 2 - 2
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/

+ 4 - 4
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