diff options
author | Slobodan Terzić | 2020-11-09 12:06:26 +0100 |
---|---|---|
committer | Slobodan Terzić | 2020-11-09 12:06:26 +0100 |
commit | aa3692d3805ab0db778d9e0355952bcca69f0b6f (patch) | |
tree | 510a0d896b5440f29d468bfc8921b1ed3515c3ca /PKGBUILD | |
parent | 93cc93ea4267985f866d6da8e6dc25041d3ae7f0 (diff) | |
download | aur-mudlet.tar.gz |
Mudlet 4.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # Contributor: Kevin Kyzer <kev@k3v.in> # Contributor: Xabre <xabre @archlinux.info> pkgname=mudlet -pkgver=4.10.0 +pkgver=4.10.1 pkgrel=1 pkgdesc="A modern MUD client with a graphical user inteface and built in Lua scripting" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ optdepends=('discord-rpc-api: discord integration' #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=('773b4608f70ec3223c4f997a1ff61acc76686e5d48d304bcf65ddea70577673a') +sha256sums=('e1babae51c972e98493e7122041a00b487da80a78aae00650f07b30d5da74e74') build() { |