summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-05-09 06:46:11 +0200
committerSebastian 'swiftgeek' Grzywna2024-05-09 06:46:11 +0200
commitc7046e2bf7eeb39e73fdc37687104d39d647df8d (patch)
tree1da4af89c7add5f3b9530cde6a197d2c4f5e801f /PKGBUILD
parentf6f664c1d908b22dedc0053c23917d5e2ed5239c (diff)
downloadaur-c7046e2bf7eeb39e73fdc37687104d39d647df8d.tar.gz
Bump to 3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 006399ef2751..2c82e3d2cd96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="https://tio.github.io/"
@@ -11,7 +11,7 @@ depends=('glibc' '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=('09a22f2c9b08bd45dcdf98ffed220e4b26fd07db30854d5439e3806dea9dfa7b')
+sha256sums=('9208e98dce783598a76c406f0b076f07dc0f645aaaab99ee5c3039744e8c0e2a')
build() {
cd "$srcdir/$pkgname-$pkgver"