summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-09-29 18:23:10 +0200
committerRasmus Lindroth2021-09-29 18:23:10 +0200
commit24bfb7e2f50b7e21b3de765a5e4e2c1669ebb150 (patch)
tree0d0a2dd96f6a530086d7400b4aea25ffdea6d54c
parent05142adce7f5b0750f9cd92a1a6aae8a3153b99c (diff)
downloadaur-24bfb7e2f50b7e21b3de765a5e4e2c1669ebb150.tar.gz
new version with bug fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 313e3aa621e6..ce7f39ace0c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.33
+ pkgver = 0.0.34
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.33.tar.gz
- sha256sums = 72bddd75a368d0f15ae20f6fec4e52a03124e20a9e876045f05329c16fd33553
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.34.tar.gz
+ sha256sums = 266b968742c96650ff06cdabe9b72f1efd72b78c6c1bbb344fdd00d1b221bd19
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index d55e1c4ff032..eb5cc04e9cf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.33
+pkgver=0.0.34
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=('72bddd75a368d0f15ae20f6fec4e52a03124e20a9e876045f05329c16fd33553')
+sha256sums=('266b968742c96650ff06cdabe9b72f1efd72b78c6c1bbb344fdd00d1b221bd19')
build() {
cd $pkgname-$pkgver