summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-05-18 11:48:10 +0200
committerGilrain2020-05-18 11:48:10 +0200
commit1c6e1438709e89fbc51e074cd4fa16b7828aebc8 (patch)
tree64c6ae86cb1e939ed959a3360809b6968e8785be
parent8eae1ddef76322ec7b6e26038f7fc3c303cb3362 (diff)
downloadaur-1c6e1438709e89fbc51e074cd4fa16b7828aebc8.tar.gz
Update to 0.107.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e3b0ee09eb..0eff86faa616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = keepass-plugin-keetraytotp
pkgdesc = Fork of the Tray TOTP Keepass plugin adding Steam 2FA.
- pkgver = 0.106.0
+ pkgver = 0.107.0
pkgrel = 1
url = https://github.com/victor-rds/KeeTrayTOTP
arch = any
@@ -8,8 +8,8 @@ pkgbase = keepass-plugin-keetraytotp
depends = keepass
provides = keepass-plugin-traytotp
conflicts = keepass-plugin-traytotp
- source = KeeTrayTOTP-v0.106.0.plgx::https://github.com/victor-rds/KeeTrayTOTP/releases/download/v0.106.0/KeeTrayTOTP.plgx
- sha256sums = bc52903f064a1be9e3ddf0e7592e436abdf0eaaf9bdf6814645d6e3875fb4811
+ source = KeeTrayTOTP-v0.107.0.plgx::https://github.com/victor-rds/KeeTrayTOTP/releases/download/v0.107.0/KeeTrayTOTP.plgx
+ sha256sums = 96d19960419144caf6da5a2d91cf5a7eb3fe98a560b872eed11429c934bfb597
pkgname = keepass-plugin-keetraytotp
diff --git a/PKGBUILD b/PKGBUILD
index 2894ed0da93b..6039eb6e333d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keepass-plugin-keetraytotp
_pluginname=KeeTrayTOTP
-pkgver=0.106.0
+pkgver=0.107.0
pkgrel=1
pkgdesc="Fork of the Tray TOTP Keepass plugin adding Steam 2FA."
license=('GPL3')
@@ -13,7 +13,7 @@ conflicts=('keepass-plugin-traytotp')
arch=('any')
url="https://github.com/victor-rds/KeeTrayTOTP"
source=("${_pluginname}-v${pkgver}.plgx::https://github.com/victor-rds/KeeTrayTOTP/releases/download/v${pkgver}/${_pluginname}.plgx")
-sha256sums=('bc52903f064a1be9e3ddf0e7592e436abdf0eaaf9bdf6814645d6e3875fb4811')
+sha256sums=('96d19960419144caf6da5a2d91cf5a7eb3fe98a560b872eed11429c934bfb597')
package() {
install -Dm644 "${srcdir}/${_pluginname}-v${pkgver}.plgx" "${pkgdir}/usr/share/keepass/plugins/${_pluginname}.plgx"