summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59b4ce38ca8c..966728586649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.30
+pkgver=1.31
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
arch=('x86_64' 'i686')
license=('GPLv2')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('5c86c392a7783c9a3963421087c4a3fd8a32d5d5c705d2ce979bcf011659ac9d')
+sha256sums=('4e72825914dac77c4587c0772accbd7a1292d5c5895bd49ad1477707b3203e42')
build() {
cd "$srcdir/$pkgname-$pkgver"