summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2020-09-07 19:58:45 +0200
committerRasmus Lindroth2020-09-07 19:58:45 +0200
commit78c6a7d7e2fd230e30a71594bbaa6c769ec56386 (patch)
tree50546f0f7f464b870e4e56bd07ad1dd681cdec7e /PKGBUILD
parent14fd9d101fce9ba4c1d0887acd8f4649b2b4b824 (diff)
downloadaur-78c6a7d7e2fd230e30a71594bbaa6c769ec56386.tar.gz
New release 0.0.17. Relative dates and bug fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 608214d468a0..fdd34222f9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.16
+pkgver=0.0.17
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=('7f2695625365f78bf93ce73a46f6e0d046b6c4b41e2dbf07d583342615db0a29')
+sha256sums=('a560b921a6b1c687264a44386750ce0202f78f30d17068f436305b22525f26c2')
build() {
cd $pkgname-$pkgver