summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2019-09-26 13:42:22 +0200
committertadly2019-09-26 13:42:22 +0200
commit12e85b88c0adcbd80135fa9dbedaaeb8504bfa93 (patch)
tree8616fdc87b69349805800c4b35fb1c500d371924
parent49c9f08eea63fe60cb320c91f400e7179aa0ea94 (diff)
downloadaur-12e85b88c0adcbd80135fa9dbedaaeb8504bfa93.tar.gz
version 6.2.0.537
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e06ab280b5de..474967d7486d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = enpass-bin
pkgdesc = A multiplatform password manager
- pkgver = 6.1.1.451
+ pkgver = 6.2.0.537
pkgrel = 1
url = http://enpass.io/
install = enpass-bin.install
@@ -10,8 +10,8 @@ pkgbase = enpass-bin
depends = lsof
provides = enpass
options = !strip
- source = https://apt.enpass.io/pool/main/e/enpass/enpass_6.1.1.451_amd64.deb
- sha256sums = 4eb4f54fe2ab9bc3d366d869ac4ccbeda49303832ad5da6d5bffd09b2c677871
+ source = https://apt.enpass.io/pool/main/e/enpass/enpass_6.2.0.537_amd64.deb
+ sha256sums = 0c0219b5752983e839199fae5aad0c9bd7559ce1c892653c07e052935477c45b
pkgname = enpass-bin
diff --git a/PKGBUILD b/PKGBUILD
index 625908600d4d..5f7a0df10f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='enpass-bin'
_pkgname='enpass'
-pkgver=6.1.1.451
+pkgver=6.2.0.537
pkgrel=1
pkgdesc='A multiplatform password manager'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('libxss' 'lsof')
provides=("${_pkgname}")
install='enpass-bin.install'
source=("https://apt.enpass.io/pool/main/e/enpass/${_pkgname}_${pkgver}_amd64.deb")
-sha256sums=('4eb4f54fe2ab9bc3d366d869ac4ccbeda49303832ad5da6d5bffd09b2c677871')
+sha256sums=('0c0219b5752983e839199fae5aad0c9bd7559ce1c892653c07e052935477c45b')
# Disable strip as otherwise the browser extension will not work
options=('!strip')