summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5ba33f1e009..4b04dd9d4ccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri May 20 22:29:37 UTC 2016
+# Sat May 21 11:56:31 UTC 2016
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.13
+ pkgver = 1.14
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
arch = i686
license = GPLv2
- source = https://github.com/tio/tio/releases/download/v1.13/tio-1.13.tar.xz
- sha256sums = 15120eed3bcfa133695911c93e8b1687f429017b1ec1e71ae88671b0559f74a3
+ source = https://github.com/tio/tio/releases/download/v1.14/tio-1.14.tar.xz
+ sha256sums = 4b5153c9aeb85882532ba063a61bd8faecf864bf9a55084641d5b8e1134cf0c5
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 31b3d3a6a0f7..a9c2f4b92bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.13
+pkgver=1.14
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=('15120eed3bcfa133695911c93e8b1687f429017b1ec1e71ae88671b0559f74a3')
+sha256sums=('4b5153c9aeb85882532ba063a61bd8faecf864bf9a55084641d5b8e1134cf0c5')
build() {
cd "$srcdir/$pkgname-$pkgver"