summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeppe Ledet-Pedersen2022-06-17 12:41:54 +0200
committerJeppe Ledet-Pedersen2022-06-17 12:41:54 +0200
commit8efdd7376f41d7d468277012316417a3bbccf6b5 (patch)
tree44eaa0b4659cc29df5f83545158000275d11f7e5
parent5baa915a3222b1a849fcd50df36870ffea0d3a74 (diff)
downloadaur-8efdd7376f41d7d468277012316417a3bbccf6b5.tar.gz
Bump to 1.40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed3ae21c5c99..41dd8b5488f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.39
+ pkgver = 1.40
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = tio
makedepends = meson
depends = glibc
depends = libinih
- source = https://github.com/tio/tio/releases/download/v1.39/tio-1.39.tar.xz
- sha256sums = 28cffbe6a09440b233e941688b5828459878a4c390720bf444f3d3905c2a7094
+ source = https://github.com/tio/tio/releases/download/v1.40/tio-1.40.tar.xz
+ sha256sums = beafc4763552ff7cf3a368e8af36258018ef85fac32133c4635051d7615ab527
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 327a49f9aca1..fc59c41c70e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.39
+pkgver=1.40
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
@@ -9,7 +9,7 @@ license=('GPLv2')
depends=('glibc' 'libinih')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('28cffbe6a09440b233e941688b5828459878a4c390720bf444f3d3905c2a7094')
+sha256sums=('beafc4763552ff7cf3a368e8af36258018ef85fac32133c4635051d7615ab527')
build() {
cd "$srcdir/$pkgname-$pkgver"