summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2020-04-10 17:10:44 +0200
committerRasmus Lindroth2020-04-10 17:10:44 +0200
commitdc9bf428081cafce6626961f621f1d763be6b299 (patch)
treebd99dd7009b8a61f432a4599dd42b1339151e24a /PKGBUILD
parente0c53216593cf2d7663cfa83f2a93dac34089b15 (diff)
downloadaur-dc9bf428081cafce6626961f621f1d763be6b299.tar.gz
Bug fix on profiles and boosts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d4d950ea354..dafe97e2f100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.6
+pkgver=0.0.7
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=('e4a945215fd700d44242ced3e18a4ae65c086444797ca9b2764faa7bb7115e6b')
+sha256sums=('b3699f75de57dc63b13b9fd6f4e37529fd30a2ae0f026cdf925fe0de58fec5e1')
build() {
cd $pkgname-$pkgver