summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2024-02-23 17:15:13 +0100
committerHans-Nikolai Viessmann2024-02-23 17:15:13 +0100
commit75cf4e5885e341f4b7136082e4a051ce0e407b23 (patch)
treea16add5a76e2c7edd06cc476c6ab1de3a994b8bf
parent1647dd4a0efa9b2816e73b49e5811fff58010ab8 (diff)
downloadaur-75cf4e5885e341f4b7136082e4a051ce0e407b23.tar.gz
bump version to 4.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a66a3a15bcb9..bbf63f4fd248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eduvpn-client
pkgdesc = Linux client and Python client API for eduVPN
- pkgver = 4.2.0
+ pkgver = 4.2.1
pkgrel = 1
url = https://github.com/eduvpn/python-eduvpn-client
arch = any
@@ -27,10 +27,10 @@ pkgbase = python-eduvpn-client
depends = gtk3
depends = libnm
optdepends = networkmanager-openvpn: For using NM to manage OpenVPN tun devices
- source = https://github.com/eduvpn/python-eduvpn-client/releases/download/4.2.0/python-eduvpn-client-4.2.0.tar.xz
- source = https://github.com/eduvpn/python-eduvpn-client/releases/download/4.2.0/python-eduvpn-client-4.2.0.tar.xz.asc
+ source = https://github.com/eduvpn/python-eduvpn-client/releases/download/4.2.1/python-eduvpn-client-4.2.1.tar.xz
+ source = https://github.com/eduvpn/python-eduvpn-client/releases/download/4.2.1/python-eduvpn-client-4.2.1.tar.xz.asc
validpgpkeys = 227FF3F8F829D9A9314D9EBA02BB8048BBFF222C
- sha256sums = 5b9cf4ca4af0580359996fa542dea6f819983c8d1cbadb1a9b1f15d89ae97870
+ sha256sums = e7b10a58ecc67c0e22855613c9f2c5db2a1eee137fece9c4906fb32f3ed0b712
sha256sums = SKIP
pkgname = python-eduvpn-client
diff --git a/PKGBUILD b/PKGBUILD
index 749f76c13108..28bcc05b556c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess DOT mn>
pkgname=python-eduvpn-client
-pkgver=4.2.0
+pkgver=4.2.1
pkgrel=1
pkgdesc="Linux client and Python client API for eduVPN"
arch=('any')
@@ -16,7 +16,7 @@ depends=('python' 'gobject-introspection-runtime'
optdepends=('networkmanager-openvpn: For using NM to manage OpenVPN tun devices')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://github.com/eduvpn/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar".{xz,xz.asc})
-sha256sums=('5b9cf4ca4af0580359996fa542dea6f819983c8d1cbadb1a9b1f15d89ae97870'
+sha256sums=('e7b10a58ecc67c0e22855613c9f2c5db2a1eee137fece9c4906fb32f3ed0b712'
'SKIP')
validpgpkeys=('227FF3F8F829D9A9314D9EBA02BB8048BBFF222C')