summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5e5acb07839..8c00a2329b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.2.4
+pkgver=1.3.0
pkgrel=1
pkgdesc="Authselect is a tool to select system authentication and identity sources from a list of supported profiles."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ provides=('authconfig')
conflicts=('authconfig')
makedepends=()
source=("https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('92c576d0bf03d97025a451dfc65e203c40537220f89e6569e8de68325f7c6f6e')
+sha256sums=('f472b7dbad824ffcc250cde8e2e8e810d5818cfaee15315c95f2b0180864efe7')
_srcdir="${pkgname}-${pkgver}"