summaryrefslogtreecommitdiff
path: root/package/network/utils/umbim/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-11 12:26:41 +0000
committerJohn Crispin <john@openwrt.org>2014-09-11 12:26:41 +0000
commitc9d15fbd59f84355118987bbbbbad24d68c9b9bf (patch)
tree0a388bcea98a605658dd07a9deedc0f574c0f605 /package/network/utils/umbim/Makefile
parent7bad68804c751fb81419fd4e6a1ab0f2e9c1836c (diff)
downloadmtk-20170518-c9d15fbd59f84355118987bbbbbad24d68c9b9bf.zip
mtk-20170518-c9d15fbd59f84355118987bbbbbad24d68c9b9bf.tar.gz
mtk-20170518-c9d15fbd59f84355118987bbbbbad24d68c9b9bf.tar.bz2
umbim: update to latest git
adds handling for username/password Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42466
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 f0868ce..b463a6d 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>