summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2021-06-08 12:06:09 +0530
committerAmish2021-06-08 12:06:09 +0530
commit4d7c14acdd7d6448949bf8c677351c1ba19db888 (patch)
treea5bdf3cb86599bdb0184d5cc3c4ced2397c46503 /PKGBUILD
parent2a6141eafc0a35161ce87e896d33356b7c12e9af (diff)
downloadaur-4d7c14acdd7d6448949bf8c677351c1ba19db888.tar.gz
Update to 2.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56e207e70294..df4973c2b86e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Amish <contact at via dot aur>
pkgname=php-pam
-pkgver=2.2
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
pkgdesc="This extension provides PAM (Pluggable Authentication Modules) integration in PHP."
arch=('i686' 'x86_64')
url="https://github.com/amishmm/php-pam"
@@ -11,7 +11,7 @@ license=('PHP')
depends=('php>=7.2.0' 'pam')
makedepends=('autoconf')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amishmm/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('dc750d46f942846388e1aef17cd3a99e')
+sha256sums=('b99968b1f2bc071865d7684645f3c8d21e1ac421caf30ede95f7a986e01defc8')
backup=('etc/pam.d/php')
build() {