summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXabre2019-05-12 12:54:03 +0200
committerXabre2019-05-12 12:54:03 +0200
commitfd5ca9ed541991380709acd008e7e7e79980d365 (patch)
tree262bc517631f872684f75460a015f219a944ffb6
parent5aa062c32bfea3149b6b3f149cfbab5bdf2645ca (diff)
downloadaur-fd5ca9ed541991380709acd008e7e7e79980d365.tar.gz
Mudlet 3.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee54b0eee3e6..1938a83d2ff8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mudlet
pkgdesc = A modern MUD client with a graphical user inteface and built in Lua scripting
- pkgver = 3.19.0
+ pkgver = 3.20.0
pkgrel = 1
url = http://www.mudlet.org
arch = i686
@@ -27,8 +27,8 @@ pkgbase = mudlet
conflicts = mudlet-dev
conflicts = mudlet-git
conflicts = mudlet-deb
- source = https://www.mudlet.org/wp-content/files/Mudlet-3.19.0.tar.xz
- sha256sums = bf3d10af639d2bc14724ac5a26e6c21855ef2476af3cd910aa9708ae7e7df0b3
+ source = https://www.mudlet.org/wp-content/files/Mudlet-3.20.0.tar.xz
+ sha256sums = 3d35927b6fea9b2eb0061e4f469edb959e1f2017b34ca5bce53818a800da2913
pkgname = mudlet
diff --git a/PKGBUILD b/PKGBUILD
index e91bbb67ee5f..86ff7cf17903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Kevin Kyzer <kev@k3v.in>
# Contributor: Xabre <xabre @archlinux.info>
pkgname=mudlet
-pkgver=3.19.0
+pkgver=3.20.0
pkgrel=1
pkgdesc="A modern MUD client with a graphical user inteface and built in Lua scripting"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ conflicts=('mudlet-dev' 'mudlet-git' 'mudlet-deb')
#source=("http://www.mudlet.org/download/Mudlet-${pkgver}.tar.xz")
##using alternate link
source=("https://www.mudlet.org/wp-content/files/Mudlet-${pkgver}.tar.xz")
-sha256sums=('bf3d10af639d2bc14724ac5a26e6c21855ef2476af3cd910aa9708ae7e7df0b3')
+sha256sums=('3d35927b6fea9b2eb0061e4f469edb959e1f2017b34ca5bce53818a800da2913')
prepare() {
cd "$srcdir/src"