summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Aburto L2017-11-21 04:15:48 -0300
committerEmilio Aburto L2017-11-21 04:18:50 -0300
commit095f9c54128eedc3eb823b264eb70adbb461a994 (patch)
tree350e827ae43a07d2e70ccfc51434b1d90e20f172
parentb589f7e14aff18e57058480f6763710c47664d58 (diff)
downloadaur-095f9c54128eedc3eb823b264eb70adbb461a994.tar.gz
Updated to version 1.3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d250cee573..ede86782027b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = keepass-plugin-keeotp
pkgdesc = KeePass plugin that generates TOTPs from secrets stored in the KeePass database (ie: Google Authenticator, other RFC 6238 compliant TOTP implementations)
- pkgver = 1.3.6
+ pkgver = 1.3.9
pkgrel = 1
url = https://bitbucket.org/devinmartin/keeotp/wiki/Home
arch = any
@@ -8,8 +8,8 @@ pkgbase = keepass-plugin-keeotp
depends = keepass
provides = keepass-plugin-keeotp
conflicts = keepass-plugin-keeotp-beta
- source = https://bitbucket.org/devinmartin/keeotp/downloads/KeeOtp-1.3.6.zip
- sha512sums = 5110b258d56f875f342914c5bf27cbd5107461e5a0eb6f84a9736a1e4b56ca35c0434997ac239cc01990cdb2d363eae1f5dc8de34a02f35980004090af00ef0e
+ source = https://bitbucket.org/devinmartin/keeotp/downloads/KeeOtp-1.3.9.zip
+ sha512sums = 51d9101d92a11b17a6b048a7c37feddeeb148141878ab5831dca532418a1050a2867a31c992a3fcfdf4c58a5e470f021f27ad7069c787478f9bfb54f0f72bf03
pkgname = keepass-plugin-keeotp
diff --git a/PKGBUILD b/PKGBUILD
index 3071f299089f..fcafd67cb2ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Gerad Munsch <gmunsch@unforgivendevelopment.com>
+# Maintainer: Emilio Aburto <eaburto@dcc.uchile.cl>
_pkgname=keeotp
_pkgname2=KeeOtp
pkgname=keepass-plugin-keeotp
-pkgver=1.3.6
+pkgver=1.3.9
pkgrel=1
pkgdesc="KeePass plugin that generates TOTPs from secrets stored in the KeePass database (ie: Google Authenticator, other RFC 6238 compliant TOTP implementations)"
license=('MIT')
@@ -13,7 +13,7 @@ conflicts=('keepass-plugin-keeotp-beta')
arch=('any')
url="https://bitbucket.org/devinmartin/keeotp/wiki/Home"
source=("https://bitbucket.org/devinmartin/keeotp/downloads/${_pkgname2}-${pkgver}.zip")
-sha512sums=('5110b258d56f875f342914c5bf27cbd5107461e5a0eb6f84a9736a1e4b56ca35c0434997ac239cc01990cdb2d363eae1f5dc8de34a02f35980004090af00ef0e')
+sha512sums=('51d9101d92a11b17a6b048a7c37feddeeb148141878ab5831dca532418a1050a2867a31c992a3fcfdf4c58a5e470f021f27ad7069c787478f9bfb54f0f72bf03')
package() {