summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2021-07-26 17:09:40 +0200
committerRasmus Lindroth2021-07-26 17:09:40 +0200
commit5acda543cc3329dcb3d2331c650649d650680e70 (patch)
tree69d033b95d8cbc59efd86060676e2bd242fc1e0e /PKGBUILD
parent4349410574cf1e0054f637aef5c4c11ffdf5ed07 (diff)
downloadaur-5acda543cc3329dcb3d2331c650649d650680e70.tar.gz
More open options in tut
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e045f707f853..4455272a2065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.20
+pkgver=0.0.21
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('e9d389ccd7f9a8ae3fd6b7ec107bad4852eaea2d42b64738f7b42959d657335c')
+sha256sums=('e9ead43e179fb66e2b908afc60927f0394aa09804836c74aefb2ed63788bc780')
build() {
cd $pkgname-$pkgver