diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 11:12:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:47 +0200 |
commit | e4b09481d0db4d1d01281b2f1332b5e63f76e36d (patch) | |
tree | f385d8bf51c4000fe1163809a1f3622b1f4838cf /package/libcli/Makefile | |
parent | 690637753610fef68463508c9687134dc4d1d5ba (diff) |
use latest git version
Diffstat (limited to 'package/libcli/Makefile')
-rwxr-xr-x | package/libcli/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package/libcli/Makefile b/package/libcli/Makefile index 6bc7345ca..6561fd243 100755 --- a/package/libcli/Makefile +++ b/package/libcli/Makefile @@ -4,17 +4,14 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= libcli -PKG_VERSION:= 1.9.7 +PKG_VERSION:= c63c9d35144939c8b4fa3c5394aed2e29ff517b0 PKG_RELEASE:= 1 -PKG_HASH:= 1160377886d50b979f11e247d172156b16ccf0124b4ce5a212d4cec5eb25ef30 PKG_DESCR:= cisco-like command-line interface library PKG_SECTION:= libs/misc PKG_URL:= http://sites.dparrish.com/libcli -PKG_SITES:= https://github.com/dparrish/libcli +PKG_SITES:= https://github.com/dparrish/libcli.git PKG_OPTS:= dev -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz - include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBCLI,libcli,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) |