diff options
author | Slobodan Terzić | 2020-05-02 19:15:10 +0200 |
---|---|---|
committer | Slobodan Terzić | 2020-05-02 19:15:10 +0200 |
commit | 0309eb4c9d7620f4c1eac90023bd2658efe1757c (patch) | |
tree | bcf973a087bdbc13c0f8c3315b55561e82bda80a /PKGBUILD | |
parent | 1dedccafd3fb67a5a3bd8c90a2fa5a0ef0c85424 (diff) | |
download | aur-0309eb4c9d7620f4c1eac90023bd2658efe1757c.tar.gz |
Mudlet 4.8
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.6.2 +pkgver=4.8.0 pkgrel=1 pkgdesc="A modern MUD client with a graphical user inteface and built in Lua scripting" arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ conflicts=('mudlet-git') #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=('7c0e535db1d1ca931b35bc24b961fe6c1d9bba27168c1f444e1a078ac3575917') +sha256sums=('f9e1298f699f23e8b81824f52458b1ac347d81af3fa1d6efb25eb95bddfeba4a') build() { |