summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2021-09-15 18:29:04 +0200
committertadly2021-09-15 18:29:04 +0200
commitf321cf90e281003cb8ea2db9bc27de2f76725c24 (patch)
tree05a1cdd1dfdda9133babbc9e4aa766b16b771d98
parentdf96ddeaf49e22906408030fa15598b00fde385a (diff)
downloadaur-f321cf90e281003cb8ea2db9bc27de2f76725c24.tar.gz
version 6.7.2.887
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce09b24ac9c3..01d5f788a950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = enpass-bin
pkgdesc = A multiplatform password manager
- pkgver = 6.7.0.867
+ pkgver = 6.7.2.887
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.0.867_amd64.deb
- sha256sums = 7c534ccf98ce3d07668caff9f12a01f2850f3b5fbb5cacc32330894c72c9d590
+ source = https://apt.enpass.io/pool/main/e/enpass/enpass_6.7.2.887_amd64.deb
+ sha256sums = caeb2af1520c5ea7b6649a33a61906f14016f7716d67ed565baaae8c875ee4a7
pkgname = enpass-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c52f6e7cf85..58965ce3dca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='enpass-bin'
_pkgname='enpass'
-pkgver=6.7.0.867
+pkgver=6.7.2.887
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=('7c534ccf98ce3d07668caff9f12a01f2850f3b5fbb5cacc32330894c72c9d590')
+sha256sums=('caeb2af1520c5ea7b6649a33a61906f14016f7716d67ed565baaae8c875ee4a7')
# Disable strip as otherwise the browser extension will not work
options=('!strip')