summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2018-01-19 10:29:04 +0100
committerSebastian 'Swift Geek' Grzywna2018-01-19 10:29:04 +0100
commit5004bc083054813a823a3be0a52669bdc774bef7 (patch)
tree10070594b72f26e87958b021ae36b0e04dba9d33
parent6ec3c0b6e42f5bb2d7f4c3d3e4e85fc6c37f5ee1 (diff)
downloadaur-5004bc083054813a823a3be0a52669bdc774bef7.tar.gz
Bump to 1.28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 919dc1b47340..654b2ec9b424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Nov 20 12:06:40 UTC 2017
+# Fri Jan 19 09:28:51 UTC 2018
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.27
+ pkgver = 1.28
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
arch = i686
license = GPLv2
- source = https://github.com/tio/tio/releases/download/v1.27/tio-1.27.tar.xz
- sha256sums = a51d9efc0b07185a9de4cf6a5f9fa17c1933b1f6ab0c5278664cf4c8196c858e
+ source = https://github.com/tio/tio/releases/download/v1.28/tio-1.28.tar.xz
+ sha256sums = bb5fa22b2ca5c2eeb811f57e1af45ae5a2b852eed1aabbeb3a419cc3b4d4d22a
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 999479e79264..3e4596677f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.27
+pkgver=1.28
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=('a51d9efc0b07185a9de4cf6a5f9fa17c1933b1f6ab0c5278664cf4c8196c858e')
+sha256sums=('bb5fa22b2ca5c2eeb811f57e1af45ae5a2b852eed1aabbeb3a419cc3b4d4d22a')
build() {
cd "$srcdir/$pkgname-$pkgver"