summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2021-02-15 02:47:50 +0100
committerTim Schumacher2021-02-15 02:47:50 +0100
commite1de803b1d50787e4ceb39098bf48742853d7227 (patch)
tree4bb9e7eba6749c0a559473b548bd8e05d07c0535 /PKGBUILD
parent042d32038a6e66438acb057925e66054014b5084 (diff)
downloadaur-e1de803b1d50787e4ceb39098bf48742853d7227.tar.gz
Update to 3.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bac69009b9ad..c84274da34de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tim Schumacher <timschumi@gmx.de>
# Contributor: David Vilar <davvil@gmail.com>
pkgname=vassal
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
pkgdesc="Game engine for building and playing online adaptations of board games and card games."
arch=('i686' 'x86_64')
url="http://www.vassalengine.org/"
@@ -11,7 +11,7 @@ depends=('java-runtime>=11')
source=(https://github.com/vassalengine/vassal/releases/download/${pkgver}/VASSAL-${pkgver}-linux.tar.bz2
VASSAL-256x256.png)
noextract=()
-md5sums=('b046c87101e656ca0b6bb04aa4982a25'
+md5sums=('bc477759d1b82af7ce8fa23853fcfa03'
'4a4ec11bdbd7dbbf56e6f1d533f69a7e')
build() {
true