summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-11-23 19:16:49 +0100
committerRasmus Lindroth2022-11-23 19:16:49 +0100
commit610af0e71881c7823c7afc6c7481c0bcbf8b2303 (patch)
tree2265556f5006d2c20e7fd6def160b4a8781272df
parentaf4f8c580aeee5ebbbbe3bb07b652962cc04d852 (diff)
downloadaur-610af0e71881c7823c7afc6c7481c0bcbf8b2303.tar.gz
upgrade to version 1.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc1da2fa757c..3fd9c6a72103 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.19
+ pkgver = 1.0.20
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = tut-1.0.19.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.19.tar.gz
- sha256sums = 7f0ac34c8a5dbfacee3ee2729777fd62147721564f24cbbefcf450a9115c516c
+ source = tut-1.0.20.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.20.tar.gz
+ sha256sums = eb7704b94aa1f0466c71f7cdac7ef385dbd0929f452edf2737b72c3d480c4dfa
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 348b906327e9..fa5650bc40cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=1.0.19
+pkgver=1.0.20
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=('7f0ac34c8a5dbfacee3ee2729777fd62147721564f24cbbefcf450a9115c516c')
+sha256sums=('eb7704b94aa1f0466c71f7cdac7ef385dbd0929f452edf2737b72c3d480c4dfa')
build() {
cd $_pkgname-$pkgver