summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2016-05-24 22:03:53 +0200
committerNick Østergaard2016-05-24 22:03:53 +0200
commit87050402fc867227ca661e98da2e5527b9f00f73 (patch)
tree2f05d57747fe977158728acfd1574dd41000a630
parent57afde78019a7323e8bcc7a011f3f80cf59f2cab (diff)
downloadaur-87050402fc867227ca661e98da2e5527b9f00f73.tar.gz
Bump pkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 440d5915dc9c..4870dda2144a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon May 23 21:17:34 UTC 2016
+# Tue May 24 20:03:43 UTC 2016
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.15
+ pkgver = 1.16
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
arch = i686
license = GPLv2
- source = https://github.com/tio/tio/releases/download/v1.15/tio-1.15.tar.xz
- sha256sums = 215192a5eeff392e88596ffdc7225d844b58b7564235f45cac369d7ce88d5b91
+ source = https://github.com/tio/tio/releases/download/v1.16/tio-1.16.tar.xz
+ sha256sums = 8526068eed71ca3caf74c33eacb144c859b1b6977aa0e66de31db1f42e27cb99
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 736b02022704..8241e2745d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.15
+pkgver=1.16
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=('215192a5eeff392e88596ffdc7225d844b58b7564235f45cac369d7ce88d5b91')
+sha256sums=('8526068eed71ca3caf74c33eacb144c859b1b6977aa0e66de31db1f42e27cb99')
build() {
cd "$srcdir/$pkgname-$pkgver"