summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-09-13 08:39:30 +0200
committerGilrain2020-09-13 08:39:30 +0200
commitaab1a44ed70443adee64979211abacf08d9faabc (patch)
tree840f68e92fa6cf38f32a8d597504fad7e06cdcc3
parent1c6e1438709e89fbc51e074cd4fa16b7828aebc8 (diff)
downloadaur-aab1a44ed70443adee64979211abacf08d9faabc.tar.gz
Update to 0.108.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eff86faa616..d3674f043322 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.107.0
+ pkgver = 0.108.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.107.0.plgx::https://github.com/victor-rds/KeeTrayTOTP/releases/download/v0.107.0/KeeTrayTOTP.plgx
- sha256sums = 96d19960419144caf6da5a2d91cf5a7eb3fe98a560b872eed11429c934bfb597
+ source = KeeTrayTOTP-v0.108.0.plgx::https://github.com/victor-rds/KeeTrayTOTP/releases/download/v0.108.0/KeeTrayTOTP.plgx
+ sha256sums = 4f7251a9bbb79cad04aee96d1809c6b36d43285a9f3834fef5330fc97ae8bc09
pkgname = keepass-plugin-keetraytotp
diff --git a/PKGBUILD b/PKGBUILD
index 6039eb6e333d..f44c4f977575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keepass-plugin-keetraytotp
_pluginname=KeeTrayTOTP
-pkgver=0.107.0
+pkgver=0.108.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=('96d19960419144caf6da5a2d91cf5a7eb3fe98a560b872eed11429c934bfb597')
+sha256sums=('4f7251a9bbb79cad04aee96d1809c6b36d43285a9f3834fef5330fc97ae8bc09')
package() {
install -Dm644 "${srcdir}/${_pluginname}-v${pkgver}.plgx" "${pkgdir}/usr/share/keepass/plugins/${_pluginname}.plgx"