summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2023-01-02 22:42:06 +1100
committerMike Sampson2023-01-02 22:42:06 +1100
commit816c3b7bfe24c57f930f8bf775d841621e4ff90f (patch)
treee43096bae5bafd0ba613d330e5b0ab7833ce4946
parentcf5e39ede77e1e807900b324531b4bde42dffbf4 (diff)
downloadaur-816c3b7bfe24c57f930f8bf775d841621e4ff90f.tar.gz
Version bump to 2.02.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc45a6a115f..d7034c09b697 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tintin
pkgdesc = A console-based MUD client
- pkgver = 2.02.20
+ pkgver = 2.02.30
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.20/tintin-2.02.20.tar.gz
- sha512sums = 41e46f55bf88bee58638d1628edda338b9fbbd0197c67dfa8b0610ea58aacdd1039f36e9c3393bc34599a506278538c8782c0ea09ef1fadb6dc6db203bbe359d
+ source = https://github.com/scandum/tintin/releases/download/2.02.30/tintin-2.02.30.tar.gz
+ sha512sums = f14d99af9ff14747354ff8245fbb0b2bf8bf7a3b32334f31cff104e72da4e2b22af0bdc36be55470198d0289ebc9dcaa7407c54ba7c9e5bb95ebfe29b1dac37c
pkgname = tintin
diff --git a/PKGBUILD b/PKGBUILD
index e558b49b1b6a..aeabb896a241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: rabyte <rabyte__gmail>
pkgname=tintin
-pkgver=2.02.20
+pkgver=2.02.30
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=('41e46f55bf88bee58638d1628edda338b9fbbd0197c67dfa8b0610ea58aacdd1039f36e9c3393bc34599a506278538c8782c0ea09ef1fadb6dc6db203bbe359d')
+sha512sums=('f14d99af9ff14747354ff8245fbb0b2bf8bf7a3b32334f31cff104e72da4e2b22af0bdc36be55470198d0289ebc9dcaa7407c54ba7c9e5bb95ebfe29b1dac37c')
build() {
cd $srcdir/tt/src