summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2021-06-29 21:08:05 +0200
committerRasmus Lindroth2021-06-29 21:08:05 +0200
commit0ecedc6eb3638df51561a7584ec885af87c1c0b9 (patch)
treeeabca062da9dc111d629d110487f6e54c1cc041b /PKGBUILD
parent78c6a7d7e2fd230e30a71594bbaa6c769ec56386 (diff)
downloadaur-0ecedc6eb3638df51561a7584ec885af87c1c0b9.tar.gz
Version 0.0.18. Added bookmarks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdd34222f9ca..41e69d61e4d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.17
+pkgver=0.0.18
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=('a560b921a6b1c687264a44386750ce0202f78f30d17068f436305b22525f26c2')
+sha256sums=('b1444de2bd539cf8ba5553728064a7179e14b12c90dcdd60ae502590468a9649')
build() {
cd $pkgname-$pkgver