uclient: update to the latest version, fixes an issue with http authentication handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40867
This commit is contained in:
parent
2108ca0d9a
commit
253892e57f
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=uclient
|
||||
PKG_VERSION:=2014-05-09
|
||||
PKG_VERSION:=2014-05-28
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://git.openwrt.org/project/uclient.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=ec7cbc31be11243c99a3eeee52aaa009b5a4180f
|
||||
PKG_SOURCE_VERSION:=e1ed2c2250c89be3bed71f8bad038d5610178364
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=
|
||||
CMAKE_INSTALL:=1
|
||||
|
|
Loading…
Reference in a new issue