[package] mg: update to 20110120
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Jun 2011 14:24:21 +0000 (14:24 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Jun 2011 14:24:21 +0000 (14:24 +0000)
patch from Justus Winter

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27093 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/mg/Makefile

index 673e785..de5265c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2009 OpenWrt.org
+# Copyright (C) 2008-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mg
-PKG_VERSION:=20090107
+PKG_VERSION:=20110120
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.han.dds.nl/software/mg
-PKG_MD5SUM:=f25a139da44c3a2f760ffec531bd996e
+PKG_SOURCE_URL:=http://homepage.boetes.org/software/mg
+PKG_MD5SUM:=f2fa8016a491aa2a9d4c5698c593f31b
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -22,7 +22,7 @@ define Package/mg
   CATEGORY:=Utilities
   DEPENDS:=+libncurses
   TITLE:=microscopic GNU Emacs-style editor
-  URL:=http://www.han.dds.nl/software/mg/
+  URL:=http://homepage.boetes.org/software/mg/
   SUBMENU:=Editors
 endef