aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-09 10:32:01 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-09 10:32:01 +0000
commit5531c0bb18ea943e41a53d74b7838e4991e94ddd (patch)
tree5699e47b8cdd3c1e207f0fe13789139cd46d1f86
parent01a52c0b08090e2aa95a8821a159e39662afa25b (diff)
downloadmaster-187ad058-5531c0bb18ea943e41a53d74b7838e4991e94ddd.tar.gz
master-187ad058-5531c0bb18ea943e41a53d74b7838e4991e94ddd.tar.bz2
master-187ad058-5531c0bb18ea943e41a53d74b7838e4991e94ddd.zip
umbim: update to latest git HEAD
merge patches from Bjørn Mork http://patchwork.ozlabs.org/patch/459277/ Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45327 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 ea461d5798..2ba6991bf8 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-12-10
+PKG_VERSION:=2015-04-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:=e195e48623be73d9b6a787d7ede951cb426393a9
+PKG_SOURCE_VERSION:=af9c293c1f1d8a97fbd8adf9c6070ead4920ca84
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>