summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2021-06-30 16:26:52 +0200
committerRasmus Lindroth2021-06-30 16:26:52 +0200
commit4a42b9fa92ac198484016e073a815d7ad46bd95c (patch)
treeffbe02c88c397628ae946c2864ee1798c1088e9e /PKGBUILD
parent0ecedc6eb3638df51561a7584ec885af87c1c0b9 (diff)
downloadaur-4a42b9fa92ac198484016e073a815d7ad46bd95c.tar.gz
You can now quote in your replies, plus bug fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41e69d61e4d2..f5b8afa88750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.18
+pkgver=0.0.19
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=('b1444de2bd539cf8ba5553728064a7179e14b12c90dcdd60ae502590468a9649')
+sha256sums=('015b7cd04e55859a9262e14b3c3b3b04b632f8cda98e6b0c8b6ed2cd1e9e1e71')
build() {
cd $pkgname-$pkgver