aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/umbim/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-11 12:26:41 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-11 12:26:41 +0000
commitd8659cb48eecbe42a1e8279fef4b1525a8b65e80 (patch)
tree90246e43af3abf51fd1965a8f21a029669b147c7 /package/network/utils/umbim/Makefile
parent20c5127df3ac7fadc0eb761fdd4b225b283ec519 (diff)
downloadmaster-187ad058-d8659cb48eecbe42a1e8279fef4b1525a8b65e80.tar.gz
master-187ad058-d8659cb48eecbe42a1e8279fef4b1525a8b65e80.tar.bz2
master-187ad058-d8659cb48eecbe42a1e8279fef4b1525a8b65e80.zip
umbim: update to latest git
adds handling for username/password Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42466 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/umbim/Makefile')
-rw-r--r--package/network/utils/umbim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile
index f0868cebf8..b463a6de43 100644
--- a/package/network/utils/umbim/Makefile
+++ b/package/network/utils/umbim/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=umbim
-PKG_VERSION:=2014-08-26
+PKG_VERSION:=2014-09-09
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.openwrt.org/project/umbim.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=7741d88cdfd36f0c4380f660a9ad7109df76b432
+PKG_SOURCE_VERSION:=4ae19ab4fcdd70dbfc8c303d752502f2da5a7e75
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>