summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-01-23 10:20:54 +0800
committerNing Sun2023-01-23 10:20:54 +0800
commit7c06a24acd6af15001bc98da208b76a48bbe93b3 (patch)
treeb5321e414af8a4aa94f7b872fc2996e47f39321b
parent89cdbd55e66ef79d4d875d39467456420fd9a810 (diff)
downloadaur-7c06a24acd6af15001bc98da208b76a48bbe93b3.tar.gz
3.6.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a555a001ee66..aaa645ed4446 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.9
+ pkgver = 3.6.10
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.9/VASSAL-3.6.9-linux.tar.bz2
+ source = https://github.com/vassalengine/vassal/releases/download/3.6.10/VASSAL-3.6.10-linux.tar.bz2
source = VASSAL-256x256.png
source = vassal.sh
source = vassal.desktop
- md5sums = b957f4e00c87dd47d55f7062a376d6cf
+ md5sums = 483c3aaeef26b3fda70618bc8faf9f28
md5sums = 4a4ec11bdbd7dbbf56e6f1d533f69a7e
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a2014a64b37..fbfc063fb9fe 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.9
+pkgver=3.6.10
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=('b957f4e00c87dd47d55f7062a376d6cf'
+md5sums=('483c3aaeef26b3fda70618bc8faf9f28'
'4a4ec11bdbd7dbbf56e6f1d533f69a7e'
'SKIP'
'SKIP')