diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 14:20:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 21:53:52 +0000 |
commit | 34301d78fc1b2c7e79b92e533c8828e70e984bf3 (patch) | |
tree | a85153a5044cf6ec45a4c12dc4ca03d0d1e15124 /community | |
parent | b8b1d2fb0bf3b535acd0c94f6e511ad8dbd93512 (diff) | |
download | aports-34301d78fc1b2c7e79b92e533c8828e70e984bf3.tar.bz2 aports-34301d78fc1b2c7e79b92e533c8828e70e984bf3.tar.xz |
community/ndctl: upgrade to 68
Diffstat (limited to 'community')
-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" |