summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2021-05-26 08:20:10 +0200
committerTim Schumacher2021-05-26 08:20:10 +0200
commitccefe3419fe1dde6f3ea38d82562c18ff4698213 (patch)
tree2e56221557a66914baa49cf0ba013c9f64052036 /PKGBUILD
parentea1e44d2105cf5fdf0ef2a3a8b0dc48e62f2de63 (diff)
downloadaur-ccefe3419fe1dde6f3ea38d82562c18ff4698213.tar.gz
Update to 3.5.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1faac82406fa..2dd057d267a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Schumacher <timschumi@gmx.de>
# Contributor: David Vilar <davvil@gmail.com>
pkgname=vassal
-pkgver=3.5.5
+pkgver=3.5.6
pkgrel=1
pkgdesc="Game engine for building and playing online adaptations of board games and card games."
arch=('i686' 'x86_64')
@@ -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=('ba301645f86a9fd241bfa0aaa4516fb5'
+md5sums=('ddbb2ab66b18e1803226a770c35f0052'
'4a4ec11bdbd7dbbf56e6f1d533f69a7e')
build() {
true