summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2022-05-20 09:08:34 +0200
committertadly2022-05-20 09:08:34 +0200
commit236b8eff2683ceced43e8b84ec47f9411bee7510 (patch)
tree478e902c4dd903c027548b8b51083a3e8474ceb0
parent3244580f5d301f5d2443e92eea5dbad39bc72543 (diff)
downloadaur-236b8eff2683ceced43e8b84ec47f9411bee7510.tar.gz
version 6.8.0.1059
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909d084fee6c..a4d53957dd53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = enpass-bin
pkgdesc = A multiplatform password manager
- pkgver = 6.7.4.933
+ pkgver = 6.8.0.1059
pkgrel = 1
url = http://enpass.io/
install = enpass-bin.install
@@ -14,7 +14,7 @@ pkgbase = enpass-bin
optdepends = libqtxdg: Open links in the default browser (Qt implementation)
provides = enpass
options = !strip
- source = https://apt.enpass.io/pool/main/e/enpass/enpass_6.7.4.933_amd64.deb
- sha256sums = ea79f0423aa3f4fda591d2e16f24c1bc561a36b12a69553a74dc26006f307add
+ source = https://apt.enpass.io/pool/main/e/enpass/enpass_6.8.0.1059_amd64.deb
+ sha256sums = e9329d258e078e09e0be52b7a2211f0c2a23c3c7e7538d2bde285d922ab6786a
pkgname = enpass-bin
diff --git a/PKGBUILD b/PKGBUILD
index bf55fe07e4c1..d0b6dc774a4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='enpass-bin'
_pkgname='enpass'
-pkgver=6.7.4.933
+pkgver=6.8.0.1059
pkgrel=1
pkgdesc='A multiplatform password manager'
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('libxdg-basedir: Open links in the default browser.'
provides=("${_pkgname}")
install='enpass-bin.install'
source=("https://apt.enpass.io/pool/main/e/enpass/${_pkgname}_${pkgver}_amd64.deb")
-sha256sums=('ea79f0423aa3f4fda591d2e16f24c1bc561a36b12a69553a74dc26006f307add')
+sha256sums=('e9329d258e078e09e0be52b7a2211f0c2a23c3c7e7538d2bde285d922ab6786a')
# Disable strip as otherwise the browser extension will not work
options=('!strip')