summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-07-28 10:18:36 +0200
committerRasmus Lindroth2021-07-28 10:18:36 +0200
commit58b44f22b2bf9c6fd94c583192159f824fce724d (patch)
tree263640a02cd0af8b65335963387d5d27b2349d62
parent8afe0a01d0fa2678890f6d9c72c8fdcd08d730e4 (diff)
downloadaur-58b44f22b2bf9c6fd94c583192159f824fce724d.tar.gz
add secrets and short hints
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5ecf768436c..508ebbcda8e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.25
+ pkgver = 0.0.26
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.25.tar.gz
- sha256sums = c1eac33501b95da73c3daa8c167293d5549c2553497451bcd9cbaece0059d5f6
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.26.tar.gz
+ sha256sums = b948c642f8703af293a68c3bc9732e006c77f4776a2c76b6ec9a67e9fbc79562
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index aca1ec88b1ae..77dcfa267f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.25
+pkgver=0.0.26
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=('c1eac33501b95da73c3daa8c167293d5549c2553497451bcd9cbaece0059d5f6')
+sha256sums=('b948c642f8703af293a68c3bc9732e006c77f4776a2c76b6ec9a67e9fbc79562')
build() {
cd $pkgname-$pkgver