summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-08-19 19:57:56 +0200
committerRasmus Lindroth2021-08-19 19:57:56 +0200
commitee150e734fe67e67609fa0b7104dfd3be96664c3 (patch)
tree2f79726eea1bc50c4338fe3dc60026987eb2c499
parent58b44f22b2bf9c6fd94c583192159f824fce724d (diff)
downloadaur-ee150e734fe67e67609fa0b7104dfd3be96664c3.tar.gz
cycle toots
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 508ebbcda8e8..ec87032e92c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.26
+ pkgver = 0.0.27
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.26.tar.gz
- sha256sums = b948c642f8703af293a68c3bc9732e006c77f4776a2c76b6ec9a67e9fbc79562
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.27.tar.gz
+ sha256sums = a0b27fe1d057c09475b3b6aad09ce676e0660d77021234b48c524d96f902216b
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 77dcfa267f6d..3a5d8d51821a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.26
+pkgver=0.0.27
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=('b948c642f8703af293a68c3bc9732e006c77f4776a2c76b6ec9a67e9fbc79562')
+sha256sums=('a0b27fe1d057c09475b3b6aad09ce676e0660d77021234b48c524d96f902216b')
build() {
cd $pkgname-$pkgver