summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2018-04-24 09:27:38 +0200
committertadly2018-04-24 09:27:38 +0200
commit8fd2372a6a4be85e8e55ccea3eb331337ce0c3ff (patch)
tree7a32f7a3fda1f549e4f4ee710ba89b84ca709b6b
parentc842759507e2b253d004d5c89f980a653cc90d99 (diff)
downloadaur-8fd2372a6a4be85e8e55ccea3eb331337ce0c3ff.tar.gz
update to 5.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e89b46b7ab4..aec678f921e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = enpass-bin
pkgdesc = A multiplatform password manager
- pkgver = 5.6.5
+ pkgver = 5.6.8
pkgrel = 1
url = http://enpass.io/
install = enpass-bin.install
@@ -12,8 +12,8 @@ pkgbase = enpass-bin
conflicts = enpass-beta-bin
conflicts = enpass-rc-bin
options = !strip
- source = http://repo.sinew.in/pool/main/e/enpass/enpass_5.6.5_amd64.deb
- sha256sums = c7529b745aa462b56eac17af6fe88d4c1610fd2f446d222aaad9510f19212a7d
+ source = http://repo.sinew.in/pool/main/e/enpass/enpass_5.6.8_amd64.deb
+ sha256sums = ba6289589874e7477cbd1bfad31180c0fcf7abbb7e47ab19c685dda3747eaa12
pkgname = enpass-bin
diff --git a/PKGBUILD b/PKGBUILD
index f7f7a3002da6..1397be5c3365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='enpass-bin'
_pkgname='enpass'
-pkgver=5.6.5
+pkgver=5.6.8
pkgrel=1
pkgdesc='A multiplatform password manager'
arch=('x86_64')
@@ -11,7 +11,7 @@ conflicts=('enpass-beta-bin' 'enpass-rc-bin')
provides=("${_pkgname}")
install='enpass-bin.install'
source=("http://repo.sinew.in/pool/main/e/enpass/${_pkgname}_${pkgver}_amd64.deb")
-sha256sums=('c7529b745aa462b56eac17af6fe88d4c1610fd2f446d222aaad9510f19212a7d')
+sha256sums=('ba6289589874e7477cbd1bfad31180c0fcf7abbb7e47ab19c685dda3747eaa12')
# Disable strip as otherwise the browser extension will not work
options=('!strip')