diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-20 14:40:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-10-22 19:40:14 +0200 |
commit | fb01a608e065d8f2709bae749bee1fce60ca1f8f (patch) | |
tree | 11b34f7789b5e6fa519204548e8991814e53168a /package/libunistring/Makefile | |
parent | dda8c5966e48222a77cc5f709d4cb3b9fb908166 (diff) |
gnutls: update to 3.16.16 and deps
Diffstat (limited to 'package/libunistring/Makefile')
-rwxr-xr-x | package/libunistring/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libunistring/Makefile b/package/libunistring/Makefile index 7ab3c9794..46b83438a 100755 --- a/package/libunistring/Makefile +++ b/package/libunistring/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= libunistring -PKG_VERSION:= 0.9.7 +PKG_VERSION:= 0.9.10 PKG_RELEASE:= 1 -PKG_HASH:= 2e3764512aaf2ce598af5a38818c0ea23dedf1ff5460070d1b6cee5c3336e797 +PKG_HASH:= eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7 PKG_DESCR:= functions for manipulating unicode strings PKG_SECTION:= libs/misc PKG_URL:= http://www.gnu.org/software/libunistring/ |