summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-05-07 02:02:13 +0200
committerSebastian 'swiftgeek' Grzywna2024-05-07 02:02:13 +0200
commit67275867f1ffb264971cdb91e588c1a30cce827f (patch)
treefb9c457d237898c260e7cc905d4eb078bf9a5fab /PKGBUILD
parent646a4c4694d2d4109e1be455f9a8264ddcd98e21 (diff)
downloadaur-67275867f1ffb264971cdb91e588c1a30cce827f.tar.gz
Bump to 3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a81a76b039e..ad55af107447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=3.0
+pkgver=3.1
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="https://tio.github.io/"
@@ -11,7 +11,7 @@ depends=('glibc' 'libinih' 'lua' 'glib2')
optdepends=('bash-completion: bash completion support')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e')
+sha256sums=('09a22f2c9b08bd45dcdf98ffed220e4b26fd07db30854d5439e3806dea9dfa7b')
build() {
cd "$srcdir/$pkgname-$pkgver"