summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2019-03-29 20:35:32 +1100
committerMike Sampson2019-03-29 20:35:32 +1100
commit42357982dfb05814a3581fa7aaff2c02dd6bda02 (patch)
tree2de6248bb7a23b08be1719cbcc67f98d2be26ea6
parent3189e4eb9b4b69ccb5b803400527026dc3d9c642 (diff)
downloadaur-42357982dfb05814a3581fa7aaff2c02dd6bda02.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc1461da13b..ad6eabf55e96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tintin
pkgdesc = A console-based MUD client
- pkgver = 2.01.6
+ pkgver = 2.01.7
pkgrel = 1
url = http://tintin.sourceforge.net/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = tintin
depends = pcre
depends = gnutls
options = strip
- source = http://downloads.sourceforge.net/tintin/tintin-2.01.6.tar.gz
- sha512sums = 730b5715c1707bb0401e7662793335a04ab6783b4194ea39c4b0a485eed9105deaf97793ee93995d314c99b4a97ffd25b927fc145c36d094ad2c68d16924a8c2
+ source = http://downloads.sourceforge.net/tintin/tintin-2.01.7.tar.gz
+ sha512sums = 85499d6c3f4da0c7dfde2e197ae4c693d9ba65341aa83ea683ffd3c6e3ce33f649d618b6e7a6178dfa042de68921d7501c0f8ae521cb5bdb80955e5fe1334e94
pkgname = tintin
diff --git a/PKGBUILD b/PKGBUILD
index 89b2700dfc63..996f64b81789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: rabyte <rabyte__gmail>
pkgname=tintin
-pkgver=2.01.6
+pkgver=2.01.7
pkgrel=1
pkgdesc="A console-based MUD client"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('zlib' 'pcre' 'gnutls')
options=('strip')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('730b5715c1707bb0401e7662793335a04ab6783b4194ea39c4b0a485eed9105deaf97793ee93995d314c99b4a97ffd25b927fc145c36d094ad2c68d16924a8c2')
+sha512sums=('85499d6c3f4da0c7dfde2e197ae4c693d9ba65341aa83ea683ffd3c6e3ce33f649d618b6e7a6178dfa042de68921d7501c0f8ae521cb5bdb80955e5fe1334e94')
build() {
cd $srcdir/tt/src