diff --git a/core/nfs-utils/PKGBUILD b/core/nfs-utils/PKGBUILD index 126905d04..77f0bcc4e 100644 --- a/core/nfs-utils/PKGBUILD +++ b/core/nfs-utils/PKGBUILD @@ -10,18 +10,18 @@ pkgbase=nfs-utils pkgname=('nfs-utils' 'nfsidmap') -pkgver=2.5.4 -pkgrel=2 +pkgver=2.6.1 +pkgrel=1 arch=('x86_64') url='http://nfs.sourceforge.net' makedepends=('libevent' 'sqlite' 'rpcsvc-proto' 'device-mapper') # http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{xz,sign} exports) -# https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.4/sha256sums.asc -sha256sums=('51997d94e4c8bcef5456dd36a9ccc38e231207c4e9b6a9a2c108841e6aebe3dd' +# https://mirrors.edge.kernel.org/pub/linux/utils/nfs-utils/2.6.1/sha256sums.asc +sha256sums=('60dfcd94a9f3d72a12bc7058d811787ec87a6d593d70da2123faf9aad3d7a1df' 'SKIP' - '610715ed3daedc43b2536f541c7c57e138fb31eab5d837d9a6187a7403e30154') + 'b8238b74179f7e1626db2b637671ddc17288a1c5b7692954ae6d2fbb1be3788d') validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson prepare() { diff --git a/core/nfs-utils/exports b/core/nfs-utils/exports index 59dfa2e7c..6ac9649ae 100644 --- a/core/nfs-utils/exports +++ b/core/nfs-utils/exports @@ -1,6 +1,6 @@ # /etc/exports - exports(5) - directories exported to NFS clients # -# Example for NFSv2 and NFSv3: +# Example for NFSv3: # /srv/home hostname1(rw,sync) hostname2(ro,sync) # Example for NFSv4: # /srv/nfs4 hostname1(rw,sync,fsid=0)