summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-12-01 08:43:01 -0500
committerPatrick Northon2022-12-01 08:43:01 -0500
commitf14fe86fcb3aabc91dc89163548284651cc644d0 (patch)
treeb5ad8d07cf41dcaa001e6903f467ecfd6e9ba0c3
parent7adcb0c8f33d459b949a06a316347a550b25f069 (diff)
downloadaur-f14fe86fcb3aabc91dc89163548284651cc644d0.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 66cba9b0a3b3..597eea7c1afd 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.4.0
+ pkgver = 1.4.1
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.4.0.tar.gz
- sha256sums = 2359bb160f80ebc58259ed2e8cc4d70bc182e54993d59abb1fbfd5c09fbe7fe6
+ source = https://github.com/authselect/authselect/archive/refs/tags/1.4.1.tar.gz
+ sha256sums = d4f50c4b9698e0c04d5206c145be25812c94177bb0054ed693115ee66fa657de
pkgname = authselect
diff --git a/PKGBUILD b/PKGBUILD
index 39de05950815..30f041940a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.4.0
+pkgver=1.4.1
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=('2359bb160f80ebc58259ed2e8cc4d70bc182e54993d59abb1fbfd5c09fbe7fe6')
+sha256sums=('d4f50c4b9698e0c04d5206c145be25812c94177bb0054ed693115ee66fa657de')
_srcdir="${pkgname}-${pkgver}"