summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush Agarwal2022-03-21 20:26:19 +0530
committerAyush Agarwal2022-03-21 20:26:19 +0530
commitfc7a86c0a5370bc917933e747fdae8d39f47d346 (patch)
tree2575f4435773a606f3d5926becac9a45c60d10c4
parent2489c7cda8ebd6b03b5495618e9630c3b71563f8 (diff)
downloadaur-fc7a86c0a5370bc917933e747fdae8d39f47d346.tar.gz
release: bump version to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed18c22aeca2..cf40857d0583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tessen
pkgdesc = An interactive menu to autotype and copy password-store and gopass data
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/ayushnix/tessen
install = tessen.install
@@ -19,7 +19,7 @@ pkgbase = tessen
optdepends = pass-otp: to generate OTP
optdepends = xdg-utils: to open URLs in default web browser
conflicts = tessen-git
- source = https://github.com/ayushnix/tessen/releases/download/v2.1.0/tessen-2.1.0.tar.gz
- sha256sums = 78338e5f6f235efdca75fcc0b4219ebf82828fb31004abeec8e293c5dbadd8a9
+ source = https://github.com/ayushnix/tessen/releases/download/v2.1.1/tessen-2.1.1.tar.gz
+ sha256sums = 14c38fdf3b562b686e0a117dd32a1288e21d9e37cf4c2e5b96ea2720e65ff9bc
pkgname = tessen
diff --git a/PKGBUILD b/PKGBUILD
index 4584ee72b2e5..54df9ce1b3c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ayush Agarwal <ayushnix at fastmail dot com>
pkgname=tessen
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="An interactive menu to autotype and copy password-store and gopass data"
arch=(any)
@@ -22,7 +22,7 @@ optdepends=(
'xdg-utils: to open URLs in default web browser')
conflicts=('tessen-git')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('78338e5f6f235efdca75fcc0b4219ebf82828fb31004abeec8e293c5dbadd8a9')
+sha256sums=('14c38fdf3b562b686e0a117dd32a1288e21d9e37cf4c2e5b96ea2720e65ff9bc')
install=tessen.install
package() {