summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75bbd61b0361..1f652ce5a705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.15
+ pkgver = 0.0.16
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.15.tar.gz
- sha256sums = d7407d93a343e4561915e9958442cd31ee7acc8d27de8b23735a4b83ea6f88a2
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.16.tar.gz
+ sha256sums = 7f2695625365f78bf93ce73a46f6e0d046b6c4b41e2dbf07d583342615db0a29
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index bc83ea06f982..608214d468a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.15
+pkgver=0.0.16
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=('d7407d93a343e4561915e9958442cd31ee7acc8d27de8b23735a4b83ea6f88a2')
+sha256sums=('7f2695625365f78bf93ce73a46f6e0d046b6c4b41e2dbf07d583342615db0a29')
build() {
cd $pkgname-$pkgver