summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Probert2020-10-31 21:34:27 +0100
committerLinus Probert2020-10-31 21:34:27 +0100
commit0382036ba28920f3fae2d90e54547b7b057f123a (patch)
tree39b8d4eb914dc2d43836ce42624ec80da1db2ad0
parentdddee8767ad197e3fffdbe2c607addee1560f0dc (diff)
downloadaur-0382036ba28920f3fae2d90e54547b7b057f123a.tar.gz
Version 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9133a3a615b8..cd65a163f1d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blightmud
pkgdesc = A terminal mud client written in rust
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/liquidityc/blightmud
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = blightmud
depends = gcc-libs
provides = blightmud
conflicts = blightmud
- source = blightmud-2.2.0.tar.gz::https://github.com/LiquidityC/Blightmud/archive/v2.2.0.tar.gz
- md5sums = 14c1cdfc5abc3d2f2d662b829caee610
+ source = blightmud-2.2.1.tar.gz::https://github.com/LiquidityC/Blightmud/archive/v2.2.1.tar.gz
+ md5sums = c5ea66844c27bae3b7488ab7d7feddd9
pkgname = blightmud
diff --git a/PKGBUILD b/PKGBUILD
index dbbc2bd8e4a4..347ce9c1da24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Linus Probert <linus.probert@gmail.com>
pkgname=blightmud
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
epoch=
pkgdesc="A terminal mud client written in rust"
@@ -20,7 +20,7 @@ options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/LiquidityC/Blightmud/archive/v$pkgver.tar.gz")
-md5sums=('14c1cdfc5abc3d2f2d662b829caee610')
+md5sums=('c5ea66844c27bae3b7488ab7d7feddd9')
prepare() {
mv Blightmud-$pkgver $pkgname-$pkgver