summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-05 09:57:55 +0800
committerzxp198210052024-02-05 09:57:55 +0800
commit09a2b0e8cda29ffe09946adbf1f1a3b5cc43bcd6 (patch)
tree29811c087336a992e315dc01123208df2bba3c77
parent30520b153abbb8efd183f1e7d514e37f084c2b51 (diff)
downloadaur-09a2b0e8cda29ffe09946adbf1f1a3b5cc43bcd6.tar.gz
update to 1.9.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aec521a025d..bb0ee1b1a378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authpass-bin
pkgdesc = Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
- pkgver = 1.9.10
+ pkgver = 1.9.11
pkgrel = 1
url = https://authpass.app/
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = authpass-bin
depends = gtk3
depends = libsecret
depends = libkeybinder3
- provides = authpass=1.9.10
+ provides = authpass=1.9.11
conflicts = authpass
- source = authpass-1.9.10.deb::https://github.com/authpass/authpass/releases/download/v1.9.10/authpass-linux-1.9.10_1994.deb
+ source = authpass-1.9.11.deb::https://github.com/authpass/authpass/releases/download/v1.9.11/authpass-linux-1.9.11_2007.deb
source = authpass.sh
- sha256sums = b4645eea43467dcafc5889b61d6e948ef3730d076de20c036a90298365e54fcb
+ sha256sums = f464b6d5610de4c9d17cbbb5906625c272e8c5ac0ebf8e45b2a3007bbc9c246b
sha256sums = 87aad073913a72e5fa1c7f4e0f6f695dafc5ba8ea675a62be03c532c701c243a
pkgname = authpass-bin
diff --git a/PKGBUILD b/PKGBUILD
index 88cbcd9b4b1e..4d5ee38d73c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname=authpass-bin
-pkgver=1.9.10
-_subver=1994
+pkgver=1.9.11
+_subver=2007
pkgrel=1
pkgdesc='Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.'
arch=('x86_64')
@@ -21,7 +21,7 @@ source=(
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}-linux-${pkgver}_${_subver}.deb"
"${pkgname%-bin}.sh"
)
-sha256sums=('b4645eea43467dcafc5889b61d6e948ef3730d076de20c036a90298365e54fcb'
+sha256sums=('f464b6d5610de4c9d17cbbb5906625c272e8c5ac0ebf8e45b2a3007bbc9c246b'
'87aad073913a72e5fa1c7f4e0f6f695dafc5ba8ea675a62be03c532c701c243a')
build() {
sed -e "s|@appname@|${pkgname%-bin}|g" \