summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2017-04-24 15:09:42 +0200
committertadly2017-04-24 15:09:42 +0200
commit71256bebda7f9902923e5b24b6954c7ea72b69cc (patch)
treeb3cd210c1a4982c84682e9ce62b7bb180725e477
parent8fe3dbc1d138c94227696f71ccdf4139d86cebe2 (diff)
downloadaur-71256bebda7f9902923e5b24b6954c7ea72b69cc.tar.gz
update to 5.5.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 769a9fb66ec8..5f5db428a84b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 14:50:27 UTC 2017
+# Mon Apr 24 13:09:21 UTC 2017
pkgbase = enpass-bin
pkgdesc = A multiplatform password manager
- pkgver = 5.5.2
+ pkgver = 5.5.3
pkgrel = 1
url = http://enpass.io/
install = enpass-bin.install
@@ -15,10 +15,10 @@ pkgbase = enpass-bin
conflicts = enpass-beta-bin
conflicts = enpass-rc-bin
options = !strip
- source_i686 = http://repo.sinew.in/pool/main/e/enpass/enpass_5.5.2_i386.deb
- sha256sums_i686 = 769945f31c3083a3912aee3bdc284f1e30b82e23ed5aa4c13a1b814544dcf8ab
- source_x86_64 = http://repo.sinew.in/pool/main/e/enpass/enpass_5.5.2_amd64.deb
- sha256sums_x86_64 = 54945cd8598d496d911b1fb3299a8d0bb8061c6ff317f703016aae58f69587ce
+ source_i686 = http://repo.sinew.in/pool/main/e/enpass/enpass_5.5.3_i386.deb
+ sha256sums_i686 = 735742c43b4e6fe12cfb73616ec35e392461cef4f9e6bd7c100550c236060e96
+ source_x86_64 = http://repo.sinew.in/pool/main/e/enpass/enpass_5.5.3_amd64.deb
+ sha256sums_x86_64 = 350adbff6961bed7119544a503a43bbab5a8f40b3fa54284ed780b0c8d6b55ab
pkgname = enpass-bin
diff --git a/PKGBUILD b/PKGBUILD
index 53f045c8b875..86b4741d91fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=enpass-bin
_pkgname=enpass
-pkgver=5.5.2
-_pkgver_x86_x64=5.5.2
-_pkgver_i686=5.5.2
+pkgver=5.5.3
+_pkgver_x86_x64=${pkgver}
+_pkgver_i686=${pkgver}
pkgrel=1
pkgdesc="A multiplatform password manager"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ provides=("${_pkgname}")
install=enpass-bin.install
source_x86_64=("http://repo.sinew.in/pool/main/e/enpass/${_pkgname}_${_pkgver_x86_x64}_amd64.deb")
source_i686=("http://repo.sinew.in/pool/main/e/enpass/${_pkgname}_${_pkgver_i686}_i386.deb")
-sha256sums_x86_64=('54945cd8598d496d911b1fb3299a8d0bb8061c6ff317f703016aae58f69587ce')
-sha256sums_i686=('769945f31c3083a3912aee3bdc284f1e30b82e23ed5aa4c13a1b814544dcf8ab')
+sha256sums_x86_64=('350adbff6961bed7119544a503a43bbab5a8f40b3fa54284ed780b0c8d6b55ab')
+sha256sums_i686=('735742c43b4e6fe12cfb73616ec35e392461cef4f9e6bd7c100550c236060e96')
# Disable strip as otherwise the browser extension will not work
options=('!strip')