summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-05-05 08:24:45 -0400
committerPatrick Northon2022-05-05 08:24:45 -0400
commit7adcb0c8f33d459b949a06a316347a550b25f069 (patch)
tree9ba045ed9a340e781e0f6fab76b0037bd54ef2c1
parent706dfa1f3791d44f054d38f86bb2170595c26eec (diff)
downloadaur-7adcb0c8f33d459b949a06a316347a550b25f069.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb5d41b4d9c..66cba9b0a3b3 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.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/authselect/authselect
arch = i686
@@ -11,7 +11,7 @@ pkgbase = authselect
depends = libselinux
provides = authconfig
conflicts = authconfig
- source = https://github.com/authselect/authselect/archive/refs/tags/1.3.0.tar.gz
- sha256sums = f472b7dbad824ffcc250cde8e2e8e810d5818cfaee15315c95f2b0180864efe7
+ source = https://github.com/authselect/authselect/archive/refs/tags/1.4.0.tar.gz
+ sha256sums = 2359bb160f80ebc58259ed2e8cc4d70bc182e54993d59abb1fbfd5c09fbe7fe6
pkgname = authselect
diff --git a/PKGBUILD b/PKGBUILD
index 8c00a2329b0d..39de05950815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.3.0
+pkgver=1.4.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=('f472b7dbad824ffcc250cde8e2e8e810d5818cfaee15315c95f2b0180864efe7')
+sha256sums=('2359bb160f80ebc58259ed2e8cc4d70bc182e54993d59abb1fbfd5c09fbe7fe6')
_srcdir="${pkgname}-${pkgver}"