summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2022-03-21 20:19:22 +0100
committerNick Østergaard2022-03-21 20:19:22 +0100
commite631ce107a4368fd3b31d54cca5501bbb177ab68 (patch)
treef91b2db6d0d0559cf752a22cb45e49d85b7bca06
parent4679f82416f922c2af82cf2e9e70daf5ce2142f3 (diff)
downloadaur-e631ce107a4368fd3b31d54cca5501bbb177ab68.tar.gz
Bump to 1.36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9efd4f81eca..6da816b18b9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.35
+ pkgver = 1.36
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tio
license = GPLv2
makedepends = meson
depends = glibc
- source = https://github.com/tio/tio/releases/download/v1.35/tio-1.35.tar.xz
- sha256sums = 1309ecde7675f4e97cf363a8ab96ff668e14ab3f2176a15b6d626731251c9d09
+ source = https://github.com/tio/tio/releases/download/v1.36/tio-1.36.tar.xz
+ sha256sums = 4a73ddfceed9851944e651e21a4f45a0526f15585a26420f2afef0283b7c477c
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index b8e8f8c54de4..84d760911d95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.35
+pkgver=1.36
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
@@ -9,7 +9,7 @@ license=('GPLv2')
depends=('glibc')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('1309ecde7675f4e97cf363a8ab96ff668e14ab3f2176a15b6d626731251c9d09')
+sha256sums=('4a73ddfceed9851944e651e21a4f45a0526f15585a26420f2afef0283b7c477c')
build() {
cd "$srcdir/$pkgname-$pkgver"