summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2022-11-20 19:50:38 +0100
committerRasmus Lindroth2022-11-20 19:50:38 +0100
commit556573fc6cfe469c2e294574aaece7eeb3a1ba45 (patch)
tree5d8dcdfb9408a60663c08d891f51bc23d1c63351 /PKGBUILD
parent01908f98309cb09963d97a4e051f90f10081b8f4 (diff)
downloadaur-556573fc6cfe469c2e294574aaece7eeb3a1ba45.tar.gz
upgrade to version 1.0.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e7c67c054dd..33924b342373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=1.0.18
+pkgver=1.0.19
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RasmusLindroth/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('afed0b5d8b859ac43707a1c26389b0ffff7b01d00804cb995bc8eebc2434b598')
+sha256sums=('7f0ac34c8a5dbfacee3ee2729777fd62147721564f24cbbefcf450a9115c516c')
build() {
cd $pkgname-$pkgver