summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5b8afa88750..e045f707f853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.19
+pkgver=0.0.20
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=('015b7cd04e55859a9262e14b3c3b3b04b632f8cda98e6b0c8b6ed2cd1e9e1e71')
+sha256sums=('e9d389ccd7f9a8ae3fd6b7ec107bad4852eaea2d42b64738f7b42959d657335c')
build() {
cd $pkgname-$pkgver