summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Østergaard2016-05-23 23:17:53 +0200
committerNick Østergaard2016-05-23 23:17:53 +0200
commit57afde78019a7323e8bcc7a011f3f80cf59f2cab (patch)
tree63ed35153bbb5c41272d13a446878d3c2208d068 /PKGBUILD
parentb53005b4899a925ff332974d8b712685695a9582 (diff)
downloadaur-57afde78019a7323e8bcc7a011f3f80cf59f2cab.tar.gz
Bump pkgver again
Release madness!!!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9c2f4b92bac..736b02022704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.14
+pkgver=1.15
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=('4b5153c9aeb85882532ba063a61bd8faecf864bf9a55084641d5b8e1134cf0c5')
+sha256sums=('215192a5eeff392e88596ffdc7225d844b58b7564235f45cac369d7ce88d5b91')
build() {
cd "$srcdir/$pkgname-$pkgver"