summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2023-01-01 12:32:19 +0100
committerRasmus Lindroth2023-01-01 12:32:19 +0100
commit58670626b90affd9caf3ed7972e0b01e38957ff5 (patch)
tree53af3b3fb4f5238d25271167f979b0c3799371b9
parent29360a5d1010f1dc1398a2e95d1dcb6fceab6d24 (diff)
downloadaur-58670626b90affd9caf3ed7972e0b01e38957ff5.tar.gz
upgrade to version 1.0.34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4798eb96074..60e07d7c6a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut-mastodon
pkgdesc = A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.
- pkgver = 1.0.33
+ pkgver = 1.0.34
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = tut-1.0.33.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.33.tar.gz
- sha256sums = 975efa73d985d59b6f8ae1322ab3da3555f6004eff5f0b9303413fc20850c02a
+ source = tut-1.0.34.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.34.tar.gz
+ sha256sums = 4340e41395cb8cf56e11f500738ef85b838dbfeddf219c988a058e4789009a69
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 067b3183e1bb..5a2c12f76244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=1.0.33
+pkgver=1.0.34
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
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=('975efa73d985d59b6f8ae1322ab3da3555f6004eff5f0b9303413fc20850c02a')
+sha256sums=('4340e41395cb8cf56e11f500738ef85b838dbfeddf219c988a058e4789009a69')
build() {
cd $_pkgname-$pkgver