summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2022-05-05 21:48:06 +0200
committerRasmus Lindroth2022-05-05 21:48:06 +0200
commit034d90cc08fbe8e4b243ac27dd93c0e8b989e5af (patch)
tree30a27c0595f8af6fa2e07231b4424f281b403564 /PKGBUILD
parent390f3e8a394641e840f7f1e7ac8de6b03cd97640 (diff)
downloadaur-034d90cc08fbe8e4b243ac27dd93c0e8b989e5af.tar.gz
new major version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00bc598eb3e9..a9cd2cd54476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.46
+pkgver=1.0.0
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/refs/tags/$pkgver.tar.gz")
-sha256sums=('9f255905e63884d1de8fdf73f44a388e763cd2f1c8f5d78103d497975bf1599c')
+sha256sums=('ce54a8e11351b9ffa77541bd17ed6800d6a27902f13275fd083e60a2052ad461')
build() {
cd $pkgname-$pkgver