diff options
author | John Crispin <john@openwrt.org> | 2015-04-09 10:32:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-09 10:32:01 +0000 |
commit | 3c9dcadcf5522b34a89fa89e433ae7b6969113bc (patch) | |
tree | 686d0aac48ee2f5e1aa54805b639b3268d65a6af /package/network/utils | |
parent | d564779563d8c750eaba0e3015d65602e078930a (diff) | |
download | upstream-3c9dcadcf5522b34a89fa89e433ae7b6969113bc.tar.gz upstream-3c9dcadcf5522b34a89fa89e433ae7b6969113bc.tar.bz2 upstream-3c9dcadcf5522b34a89fa89e433ae7b6969113bc.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>
SVN-Revision: 45327
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/umbim/Makefile | 4 |
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> |