summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-11-25 16:31:12 +0100
committerRasmus Lindroth2022-11-25 16:31:12 +0100
commitbe5010689e4950c8a82f70eced373132accd68e8 (patch)
treec8c261b0a569d3c2fd5c2167b4e16b055b33de7f
parentcac9b1a41fea2e0e215c811561a869806fe44c03 (diff)
downloadaur-be5010689e4950c8a82f70eced373132accd68e8.tar.gz
upgrade to version 1.0.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af7c51d86b82..892b716d53c0 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.21
+ pkgver = 1.0.22
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = tut-1.0.21.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.21.tar.gz
- sha256sums = 64139c3e8f5873d78e0044f158bf9070b18e0a96cb7ae48a350d75476d9073e9
+ source = tut-1.0.22.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.22.tar.gz
+ sha256sums = ca80cdb679d8e255e15d037306c6ecbbe48f2d1a2ef8517cfaf41726e3967285
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 346409acebc7..8d13304bec15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=1.0.21
+pkgver=1.0.22
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=('64139c3e8f5873d78e0044f158bf9070b18e0a96cb7ae48a350d75476d9073e9')
+sha256sums=('ca80cdb679d8e255e15d037306c6ecbbe48f2d1a2ef8517cfaf41726e3967285')
build() {
cd $_pkgname-$pkgver