summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2017-11-20 13:07:07 +0100
committerSebastian 'Swift Geek' Grzywna2017-11-20 13:07:07 +0100
commit6ec3c0b6e42f5bb2d7f4c3d3e4e85fc6c37f5ee1 (patch)
treed7be95619b74568d085d52418ec794ffb746d322
parent7f65e74263296514069fd425479f81ad98ed2061 (diff)
downloadaur-6ec3c0b6e42f5bb2d7f4c3d3e4e85fc6c37f5ee1.tar.gz
Bump to 1.27
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1122644b05f5..919dc1b47340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Nov 13 07:08:53 UTC 2017
+# Mon Nov 20 12:06:40 UTC 2017
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.26
- pkgrel = 2
+ pkgver = 1.27
+ pkgrel = 1
url = http://tio.github.io/
arch = x86_64
arch = i686
license = GPLv2
- source = https://github.com/tio/tio/releases/download/v1.26/tio-1.26.tar.xz
- sha256sums = f9532d519fcc7d19b25fbe9fc1ee857dc10e5862a450b4b3b423f8e8538f2500
+ source = https://github.com/tio/tio/releases/download/v1.27/tio-1.27.tar.xz
+ sha256sums = a51d9efc0b07185a9de4cf6a5f9fa17c1933b1f6ab0c5278664cf4c8196c858e
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 15f638e142f2..999479e79264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.26
-pkgrel=2
+pkgver=1.27
+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=('f9532d519fcc7d19b25fbe9fc1ee857dc10e5862a450b4b3b423f8e8538f2500')
+sha256sums=('a51d9efc0b07185a9de4cf6a5f9fa17c1933b1f6ab0c5278664cf4c8196c858e')
build() {
cd "$srcdir/$pkgname-$pkgver"