summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2022-03-24 20:31:55 +1100
committerMike Sampson2022-03-24 20:31:55 +1100
commitcf5e39ede77e1e807900b324531b4bde42dffbf4 (patch)
tree6e83477dda942a2e9755bc6fb973c723e274d8fd
parent95fa3739612514cdc440c37987038cfc3ebb27bd (diff)
downloadaur-cf5e39ede77e1e807900b324531b4bde42dffbf4.tar.gz
Bump version to 2.02.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f56526dfc08e..5dc45a6a115f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tintin
pkgdesc = A console-based MUD client
- pkgver = 2.02.12
+ pkgver = 2.02.20
pkgrel = 1
url = http://tintin.sourceforge.net/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = tintin
depends = pcre
depends = gnutls
options = strip
- source = https://github.com/scandum/tintin/releases/download/2.02.12/tintin-2.02.12.tar.gz
- sha512sums = d34856518c3409b60b2c55063fc701576c52bb42d0f4f5046bb811834977c953d97386a7ef0764d5774715741ac6a00288df9839fc33fc9d9ae29fb67f11b1dc
+ source = https://github.com/scandum/tintin/releases/download/2.02.20/tintin-2.02.20.tar.gz
+ sha512sums = 41e46f55bf88bee58638d1628edda338b9fbbd0197c67dfa8b0610ea58aacdd1039f36e9c3393bc34599a506278538c8782c0ea09ef1fadb6dc6db203bbe359d
pkgname = tintin
diff --git a/PKGBUILD b/PKGBUILD
index 50a6af5e395a..e558b49b1b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: rabyte <rabyte__gmail>
pkgname=tintin
-pkgver=2.02.12
+pkgver=2.02.20
pkgrel=1
pkgdesc="A console-based MUD client"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('zlib' 'pcre' 'gnutls')
options=('strip')
source=(https://github.com/scandum/tintin/releases/download/$pkgver/tintin-$pkgver.tar.gz)
-sha512sums=('d34856518c3409b60b2c55063fc701576c52bb42d0f4f5046bb811834977c953d97386a7ef0764d5774715741ac6a00288df9839fc33fc9d9ae29fb67f11b1dc')
+sha512sums=('41e46f55bf88bee58638d1628edda338b9fbbd0197c67dfa8b0610ea58aacdd1039f36e9c3393bc34599a506278538c8782c0ea09ef1fadb6dc6db203bbe359d')
build() {
cd $srcdir/tt/src