diff options
Diffstat (limited to 'community/ndctl')
-rw-r--r-- | community/ndctl/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/ndctl/APKBUILD b/community/ndctl/APKBUILD index 34f91abad6..b1e75ea006 100644 --- a/community/ndctl/APKBUILD +++ b/community/ndctl/APKBUILD @@ -1,6 +1,7 @@ +# Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Breno Leitao <breno.leitao@gmail.com> pkgname=ndctl -pkgver=67 +pkgver=68 pkgrel=0 pkgdesc="Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel" url="https://github.com/pmem/ndctl" @@ -46,4 +47,4 @@ bashcomp() { mv "$pkgdir"/usr/share/bash-completion "$subpkgdir"/usr/share/ } -sha512sums="a923510468f540ac84fca5c562096b02eb3827c57e87ac36641f5ce129114ba583ce5ac5d71b45d7be876e880ad7e4fe38678350480d8974745120c7e0161435 ndctl-67.tar.gz" +sha512sums="dd8abbb63f612d10dd4a879cb98f80df2ef773c547a89051789128eee1f52c3c0fdae82007b51ce99a603243e5c28e5b2f1a7864c606f4b14d3fe9c4fd790883 ndctl-68.tar.gz" |