diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-16 18:51:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-16 18:53:56 +0200 |
commit | 2017596cd9180cf9bf2dd377978468504320bdb3 (patch) | |
tree | 4ac783c37da6030e8e0fd4de84019fc43d719a79 /package/talloc/Makefile | |
parent | c80c0cc848e01d90157a96de02947fa7a722e429 (diff) |
talloc: update to 2.1.9
Diffstat (limited to 'package/talloc/Makefile')
-rw-r--r-- | package/talloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/talloc/Makefile b/package/talloc/Makefile index 0af42b737..81a532a2b 100644 --- a/package/talloc/Makefile +++ b/package/talloc/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= talloc -PKG_VERSION:= 2.1.2 +PKG_VERSION:= 2.1.9 PKG_RELEASE:= 1 -PKG_HASH:= 230d78a3fca75a15ab0f5d76d7bbaeadd3c1e695adcbb085932d227f5c31838d +PKG_HASH:= f0aad4cb88a3322207c82136ddc07bed48a37c2c21f82962d6c5ccb422711062 PKG_DESCR:= memory allocation library PKG_SECTION:= libs/misc PKG_BUILDDEP:= python2-host python2 |