summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5f58e05eced..a46083733c9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = libnss-cache
pkgdesc = A NSS module for reading directory service information for Linux hosts from an indexed, local disk cache
- pkgver = 0.17
+ pkgver = 0.20
pkgrel = 1
url = https://github.com/google/libnss-cache
arch = x86_64
license = LGPL
- source = https://github.com/google/libnss-cache/archive/version/0.17.tar.gz
- sha256sums = 3777cbc46dc8d08144b99321d1f039718cd347d3be8ed66a8cb3722d3e6692f5
+ source = https://github.com/google/libnss-cache/archive/version/0.20.tar.gz
+ sha256sums = 71324b6035674028a0f39c98aedfbaed94adbcddd72dc1c4ab81308b135dd586
pkgname = libnss-cache
-
diff --git a/PKGBUILD b/PKGBUILD
index 7d0bf5fd5008..562bad083012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: John Downey <jdowney@gmail.com>
pkgname=libnss-cache
-pkgver=0.17
+pkgver=0.20
pkgrel=1
epoch=
pkgdesc="A NSS module for reading directory service information for Linux hosts from an indexed, local disk cache"
@@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/google/libnss-cache/archive/version/${pkgver}.tar.gz")
noextract=()
-sha256sums=("3777cbc46dc8d08144b99321d1f039718cd347d3be8ed66a8cb3722d3e6692f5")
+sha256sums=('71324b6035674028a0f39c98aedfbaed94adbcddd72dc1c4ab81308b135dd586')
validpgpkeys=()
build() {