summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2020-07-23 14:37:08 +0200
committerRasmus Lindroth2020-07-23 14:37:08 +0200
commit0a117824556319970a7390d7fe59457c4ef2386d (patch)
tree905669218cb9daee0a45cc13c44963600ca9be14 /PKGBUILD
parent4f48c1fb36976335416df88a72d43cc5a94fd93e (diff)
downloadaur-0a117824556319970a7390d7fe59457c4ef2386d.tar.gz
Added visibility to toots
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3e7831c26f1..8a0e9be8a444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.13
+pkgver=0.0.14
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=('cf09c61b96d79de6d8d9223700b7451f1bbf774f438c71916746e6d683f75e79')
+sha256sums=('6dc214018404f3ba9c28ed1e4fdf8d3aea9ee4f52dd8dec04b38a95fdd00443a')
build() {
cd $pkgname-$pkgver