summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-10-29 20:17:54 +0200
committerNarrat2022-10-29 20:17:54 +0200
commit45a43f20447dd49c05d3f0666b53a92650188970 (patch)
treed780002a1c4d88a8db97e782335d3f7231f1cf51
parent5ff971ea236cc098302f2776b6ccd212a5556b30 (diff)
downloadaur-45a43f20447dd49c05d3f0666b53a92650188970.tar.gz
nextcloud-app-passwords: update to 2022.11.20
for NC25 and not a stable release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6048fb2f40a..70c821f1f765 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-passwords
pkgdesc = Easy to use yet feature-rich and secure password manager for Nextcloud
- pkgver = 2022.10.20
+ pkgver = 2022.11.20
pkgrel = 1
url = https://apps.nextcloud.com/apps/passwords
arch = any
@@ -8,7 +8,7 @@ pkgbase = nextcloud-app-passwords
makedepends = nextcloud
makedepends = yq
options = !strip
- source = nextcloud-app-passwords-2022.10.20.tar.gz::https://git.mdns.eu/nextcloud/passwords/-/jobs/14306/artifacts/raw/passwords.tar.gz
- sha512sums = 6d727ae6ed7f358b9e75a90a992a28ff16121eac4a3b1a9d2504121002b5b0b32236ed612bf183dcf2988666eadc9d4bd2e310fab6b9a01cc7fdb1bd2e3640bc
+ source = nextcloud-app-passwords-2022.11.20.tar.gz::https://git.mdns.eu/nextcloud/passwords/-/jobs/14429/artifacts/raw/passwords.tar.gz
+ sha512sums = 1aa6059ce63a2b69876724065362a9e8bfe27045a19b61fca86b4d7c4fd64d8fc7e20599a4e5e4fead80f82f9c575b67e3470149700bbd195f6776866fed858b
pkgname = nextcloud-app-passwords
diff --git a/PKGBUILD b/PKGBUILD
index 744315ef3a5d..28c2706fd494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=passwords
pkgname=nextcloud-app-passwords
-pkgver=2022.10.20
+pkgver=2022.11.20
pkgrel=1
pkgdesc='Easy to use yet feature-rich and secure password manager for Nextcloud'
arch=('any')
@@ -11,8 +11,8 @@ url="https://apps.nextcloud.com/apps/passwords"
license=('AGPL3')
makedepends=('nextcloud' 'yq')
options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.mdns.eu/nextcloud/${_name}/-/jobs/14306/artifacts/raw/${_name}.tar.gz")
-sha512sums=('6d727ae6ed7f358b9e75a90a992a28ff16121eac4a3b1a9d2504121002b5b0b32236ed612bf183dcf2988666eadc9d4bd2e310fab6b9a01cc7fdb1bd2e3640bc')
+source=("${pkgname}-${pkgver}.tar.gz::https://git.mdns.eu/nextcloud/${_name}/-/jobs/14429/artifacts/raw/${_name}.tar.gz")
+sha512sums=('1aa6059ce63a2b69876724065362a9e8bfe27045a19b61fca86b4d7c4fd64d8fc7e20599a4e5e4fead80f82f9c575b67e3470149700bbd195f6776866fed858b')
# BEGIN boilerplate nextcloud app version clamping, see also other packages in group