From: florian Date: Sun, 28 Aug 2011 12:08:33 +0000 (+0000) Subject: [package] usb-modeswitch-data: bump to 20110805 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5a6927dda0b8bf2d07bfc53c7905630a1afc834a;p=packages.git [package] usb-modeswitch-data: bump to 20110805 The update is required as the old filename usb-modeswitch-data-20110705.tar.bz2 is no longer hosted on http://www.draisberghof.de/usb_modeswitch/ BTW, the two openwrt.org backup servers do not hold either the old usb-modeswitch-data-20110705.tar.bz2 nor the new usb-modeswitch-data-20110805.tar.bz2 In effect there is a dependency on one external server. If they decide to change to a new version and not continue hosting the old, the compilation breaks. The sources on the openwrt,org servers should therefore be urgently updated. Signed-off-by: Hanno Schupp git-svn-id: svn://svn.openwrt.org/openwrt/packages@28103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/usb-modeswitch-data/Makefile b/utils/usb-modeswitch-data/Makefile index ed579c06c..2e514a688 100644 --- a/utils/usb-modeswitch-data/Makefile +++ b/utils/usb-modeswitch-data/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-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:=usb-modeswitch-data -PKG_VERSION:=20110705 +PKG_VERSION:=20110805 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch/ -PKG_MD5SUM:=5046e7be8d10d2fe699f9af21a0c3769 +PKG_MD5SUM:=0ed8a28f8efd3177a128ecd46fc8bf9f include $(INCLUDE_DIR)/package.mk