diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-09 09:27:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-09 09:27:32 +0100 |
commit | 179b687e2f99d3b843c657b42c991200e460aaa1 (patch) | |
tree | f93aa088f8a5ff8316cc6cbf8bc1f89907402c60 /package/talloc | |
parent | f31b77d5b50a155c648bdab6ab7cd2dcd918c418 (diff) |
remove python2 dependencies and packages
Diffstat (limited to 'package/talloc')
-rw-r--r-- | package/talloc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/talloc/Makefile b/package/talloc/Makefile index 865a95b47..093d4ead1 100644 --- a/package/talloc/Makefile +++ b/package/talloc/Makefile @@ -4,12 +4,12 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= talloc -PKG_VERSION:= 2.1.9 +PKG_VERSION:= 2.3.4 PKG_RELEASE:= 1 -PKG_HASH:= f0aad4cb88a3322207c82136ddc07bed48a37c2c21f82962d6c5ccb422711062 +PKG_HASH:= 179f9ebe265e67e4ab2c26cad2b7de4b6a77c6c212f966903382869f06be6505 PKG_DESCR:= memory allocation library PKG_SECTION:= libs/misc -PKG_BUILDDEP:= python2-host python2 +PKG_BUILDDEP:= python3-host python3 PKG_URL:= https://talloc.samba.org/talloc/doc/html/index.html PKG_SITES:= https://www.samba.org/ftp/talloc/ PKG_LIBNAME:= libtalloc |