summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-12-05 09:27:39 -0500
committerPatrick Northon2022-12-05 09:27:39 -0500
commit44e96453ec0ed2fa26ce0e8572a63ee426bcc1e7 (patch)
treecae4f4f9541cf6b1d27003244a80ceeb14282c61
parentf14fe86fcb3aabc91dc89163548284651cc644d0 (diff)
downloadaur-44e96453ec0ed2fa26ce0e8572a63ee426bcc1e7.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 597eea7c1afd..897929b5ebff 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.1
+ pkgver = 1.4.2
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.1.tar.gz
- sha256sums = d4f50c4b9698e0c04d5206c145be25812c94177bb0054ed693115ee66fa657de
+ source = https://github.com/authselect/authselect/archive/refs/tags/1.4.2.tar.gz
+ sha256sums = 5aecf90f78fbb996db77a9f5026256213d9cb2024ab6f15d19f88053b25b37ad
pkgname = authselect
diff --git a/PKGBUILD b/PKGBUILD
index 30f041940a58..e058d957fdf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.4.1
+pkgver=1.4.2
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=('d4f50c4b9698e0c04d5206c145be25812c94177bb0054ed693115ee66fa657de')
+sha256sums=('5aecf90f78fbb996db77a9f5026256213d9cb2024ab6f15d19f88053b25b37ad')
_srcdir="${pkgname}-${pkgver}"