diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-04 21:03:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-10 03:55:33 +0100 |
commit | 488353467373dd107976b6d33bc83b6c14397f28 (patch) | |
tree | 37801a046ad0ccc3a8aea21201b33fa5f1586002 | |
parent | 7feffb120297c933eb45c66b2ab503ba03355096 (diff) |
util-linux: update to 2.32
-rw-r--r-- | package/util-linux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index cdf40cbc9..8acd5b122 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= util-linux -PKG_VERSION:= 2.31 -PKG_RELEASE:= 2 -PKG_HASH:= f9be7cdcf4fc5c5064a226599acdda6bdf3d86c640152ba01ea642d91108dc8a +PKG_VERSION:= 2.32 +PKG_RELEASE:= 1 +PKG_HASH:= 6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734 PKG_DESCR:= basic utilities PKG_SECTION:= base/apps PKG_BUILDDEP:= ncurses |