summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7de7ea1d6ae4..433d95010981 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = vassal
pkgdesc = Game engine for building and playing online adaptations of board games and card games.
- pkgver = 3.4.7
+ pkgver = 3.4.8
pkgrel = 1
url = http://www.vassalengine.org/
arch = i686
arch = x86_64
license = LGPL
depends = java-runtime>=11
- source = https://github.com/vassalengine/vassal/releases/download/3.4.7/VASSAL-3.4.7-linux.tar.bz2
+ source = https://github.com/vassalengine/vassal/releases/download/3.4.8/VASSAL-3.4.8-linux.tar.bz2
source = VASSAL-256x256.png
- md5sums = c69cbe1f8d2490cbf46c88a13c3ac7a5
+ md5sums = ddb1d5ea8f8346e1d3a643f636f1d2c0
md5sums = 4a4ec11bdbd7dbbf56e6f1d533f69a7e
pkgname = vassal
diff --git a/PKGBUILD b/PKGBUILD
index f4ab7be3ebfa..21befca97f02 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.4.7
+pkgver=3.4.8
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=('c69cbe1f8d2490cbf46c88a13c3ac7a5'
+md5sums=('ddb1d5ea8f8346e1d3a643f636f1d2c0'
'4a4ec11bdbd7dbbf56e6f1d533f69a7e')
build() {
true