summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2020-12-28 01:00:40 +0100
committerTim Schumacher2020-12-28 01:00:40 +0100
commit9105419c6b8631918dec870c86b1a3d423965183 (patch)
treeb63df111f18060587a08bec975d8b819c18f4eb1
parent5492a518a12ca41987647ea905b4a59147c8dd46 (diff)
downloadaur-9105419c6b8631918dec870c86b1a3d423965183.tar.gz
Update to 3.4.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09397e3916ae..a4027932b1ec 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.10
+ pkgver = 3.4.12
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.10/VASSAL-3.4.10-linux.tar.bz2
+ source = https://github.com/vassalengine/vassal/releases/download/3.4.12/VASSAL-3.4.12-linux.tar.bz2
source = VASSAL-256x256.png
- md5sums = d0782cbcf8e3622cc50c7c77fd82057b
+ md5sums = bbaa90b25bac0dfb8a1903f7ca7e4a06
md5sums = 4a4ec11bdbd7dbbf56e6f1d533f69a7e
pkgname = vassal
diff --git a/PKGBUILD b/PKGBUILD
index 18a1a96e6f7a..c09eb82f43cb 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.10
+pkgver=3.4.12
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=('d0782cbcf8e3622cc50c7c77fd82057b'
+md5sums=('bbaa90b25bac0dfb8a1903f7ca7e4a06'
'4a4ec11bdbd7dbbf56e6f1d533f69a7e')
build() {
true