summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-08-09 05:44:26 -0400
committerPatrick Northon2021-08-09 05:44:26 -0400
commit116995e7fac5f1a0a687b213dcf868fc8d2eeb26 (patch)
tree33daa1b5cc16be447e25c766e6cd559dcba3e3df
parent7f0e71324e0e49bdea4ec19a374343da5485036f (diff)
downloadaur-116995e7fac5f1a0a687b213dcf868fc8d2eeb26.tar.gz
Update version.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80be8fac6b03..4a5f62b6d821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authselect
pkgdesc = Authselect is a tool to select system authentication and identity sources from a list of supported profiles.
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/authselect/authselect
arch = i686
@@ -11,8 +11,7 @@ pkgbase = authselect
depends = libselinux
provides = authconfig
conflicts = authconfig
- source = https://github.com/authselect/authselect/archive/refs/tags/1.2.3.tar.gz
- sha256sums = dcb0e6541e7b4f263360086eeffbe439c82bef2befa0c649ed5ace9d4df5ff33
+ source = https://github.com/authselect/authselect/archive/refs/tags/1.2.4.tar.gz
+ sha256sums = 92c576d0bf03d97025a451dfc65e203c40537220f89e6569e8de68325f7c6f6e
pkgname = authselect
-
diff --git a/PKGBUILD b/PKGBUILD
index cf83ddc33fdb..c5e5acb07839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.2.3
+pkgver=1.2.4
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=('dcb0e6541e7b4f263360086eeffbe439c82bef2befa0c649ed5ace9d4df5ff33')
+sha256sums=('92c576d0bf03d97025a451dfc65e203c40537220f89e6569e8de68325f7c6f6e')
_srcdir="${pkgname}-${pkgver}"