summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2021-04-20 00:46:34 +1000
committerMike Sampson2021-04-20 00:46:34 +1000
commitbe83cf8be01362ad46b7ca8c850a4cd7bf180b3a (patch)
tree55d809f7e684a2d94387162be1989cae35514000
parent92d60318a62ce4bc98f092cedf4e071837587109 (diff)
downloadaur-be83cf8be01362ad46b7ca8c850a4cd7bf180b3a.tar.gz
Version bump, src now on github.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72aa03e2ac4e..9b3994eb9d54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tintin
pkgdesc = A console-based MUD client
- pkgver = 2.02.05
+ pkgver = 2.02.10
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.02.05.tar.gz
- sha512sums = 3eb4bdacf8b4c5898b6d677a28435f9f1b07c5a605fec0439bbbbab486de8b7c90cb2202583f4c087850270d7a43ac45933cc095411bac3b446a7710c1488944
+ source = https://github.com/scandum/tintin/releases/download/2.02.10/tintin-2.02.10.tar.gz
+ sha512sums = fda57f3a206598e68df2c52a2f50b7015f8acf3809986a6bc036bb5571ff7fa76dc9c36a891c9c9f91bc2b84477dbb973911ab5fdbf76bb060f45309ea876b50
pkgname = tintin
diff --git a/PKGBUILD b/PKGBUILD
index 7b5158133bb2..c30b5e7c09d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: rabyte <rabyte__gmail>
pkgname=tintin
-pkgver=2.02.05
+pkgver=2.02.10
pkgrel=1
pkgdesc="A console-based MUD client"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ url="http://tintin.sourceforge.net/"
license=('GPL3')
depends=('zlib' 'pcre' 'gnutls')
options=('strip')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('3eb4bdacf8b4c5898b6d677a28435f9f1b07c5a605fec0439bbbbab486de8b7c90cb2202583f4c087850270d7a43ac45933cc095411bac3b446a7710c1488944')
+source=(https://github.com/scandum/tintin/releases/download/$pkgver/tintin-$pkgver.tar.gz)
+sha512sums=('fda57f3a206598e68df2c52a2f50b7015f8acf3809986a6bc036bb5571ff7fa76dc9c36a891c9c9f91bc2b84477dbb973911ab5fdbf76bb060f45309ea876b50')
build() {
cd $srcdir/tt/src