summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-06-14 15:41:37 +0200
committerRasmus Lindroth2020-06-14 15:41:37 +0200
commit21d5a8b94eafb44b3338d0c75532204647f2d81f (patch)
treebe5d21d7695f808e6bec1fda4c1913bc1be3c15d
parentd63d460138d45e58130c800b4ef6cf71a162327c (diff)
downloadaur-21d5a8b94eafb44b3338d0c75532204647f2d81f.tar.gz
bug fix so it doesn't freeze
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3889e09c9371..c3e7ec86a5c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.8
+ pkgver = 0.0.9
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.8.tar.gz
- sha256sums = 0c633323a31c82d1bd30c38ec6e2a29b4e5215c0c8a08e0778c83cf5f14aab0c
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.9.tar.gz
+ sha256sums = 7141d8218619b432823f0918261f2534539238bb5ea701fa16e8a52e2bf534b0
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 2eb01936c52d..bcec4204e81b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.8
+pkgver=0.0.9
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=('0c633323a31c82d1bd30c38ec6e2a29b4e5215c0c8a08e0778c83cf5f14aab0c')
+sha256sums=('7141d8218619b432823f0918261f2534539238bb5ea701fa16e8a52e2bf534b0')
build() {
cd $pkgname-$pkgver