summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-02-01 09:08:21 +0100
committerTim Schumacher2021-02-01 09:08:21 +0100
commit5f459115f9d26f7cfe9ac4f36536eb09106051a4 (patch)
treeddc794b946e66a3fc15d8472fc477a571e1fa438
parent1443da23b6c505bd225b642575e2677b8608b588 (diff)
downloadaur-5f459115f9d26f7cfe9ac4f36536eb09106051a4.tar.gz
Update to 3.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff7c27efb797..4455a04fb84a 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.13
+ pkgver = 3.5.0
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.13/VASSAL-3.4.13-linux.tar.bz2
+ source = https://github.com/vassalengine/vassal/releases/download/3.5.0/VASSAL-3.5.0-linux.tar.bz2
source = VASSAL-256x256.png
- md5sums = ea3b7b997d43d70370689b93f6c112fd
+ md5sums = b046c87101e656ca0b6bb04aa4982a25
md5sums = 4a4ec11bdbd7dbbf56e6f1d533f69a7e
pkgname = vassal
diff --git a/PKGBUILD b/PKGBUILD
index 7430717745f8..2194ef2e07af 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.13
+pkgver=3.5.0
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=('ea3b7b997d43d70370689b93f6c112fd'
+md5sums=('b046c87101e656ca0b6bb04aa4982a25'
'4a4ec11bdbd7dbbf56e6f1d533f69a7e')
build() {
true