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 9d578d97bf9b..97ae526f17d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = vassal
pkgdesc = Game engine for building and playing online adaptations of board games and card games.
- pkgver = 3.6.2
+ pkgver = 3.6.3
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.6.2/VASSAL-3.6.2-linux.tar.bz2
+ source = https://github.com/vassalengine/vassal/releases/download/3.6.3/VASSAL-3.6.3-linux.tar.bz2
source = VASSAL-256x256.png
source = vassal.sh
source = vassal.desktop
- md5sums = c2b23dde1e02f4ed2cb3507e137b61fa
+ md5sums = ec09453977a8f945509358a5936d154b
md5sums = 4a4ec11bdbd7dbbf56e6f1d533f69a7e
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f3261ea8d6e7..c21a6d19c1d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Tim Schumacher <timschumi@gmx.de>
# Contributor: David Vilar <davvil@gmail.com>
pkgname=vassal
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
pkgdesc="Game engine for building and playing online adaptations of board games and card games."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ source=(https://github.com/vassalengine/vassal/releases/download/${pkgver}/VASSA
vassal.sh
vassal.desktop)
noextract=()
-md5sums=('c2b23dde1e02f4ed2cb3507e137b61fa'
+md5sums=('ec09453977a8f945509358a5936d154b'
'4a4ec11bdbd7dbbf56e6f1d533f69a7e'
'SKIP'
'SKIP')