diff options
author | Ning Sun | 2025-01-08 13:06:48 +0800 |
---|---|---|
committer | Ning Sun | 2025-01-08 13:06:48 +0800 |
commit | 02a4091f2d282b747b50b2f18825f46fde4241ac (patch) | |
tree | 9836f6fe016c3243f3545fc5bc989cc7cf47358e /PKGBUILD | |
parent | aa35b82b3890be26a0d25315985f68d9970b61f2 (diff) | |
download | aur-vassal.tar.gz |
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Contributor: Tim Schumacher <timschumi@gmx.de> # Contributor: David Vilar <davvil@gmail.com> pkgname=vassal -pkgver=3.7.14 +pkgver=3.7.15 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=('2f54b8036c9c60dd4c5e94b013c548b0' +md5sums=('9cdf3a4867e18251c88131aa1774bf13' '4a4ec11bdbd7dbbf56e6f1d533f69a7e' '0dd91b887bb07f350381d3bcbbe47530' '8f3d525cd698789c17c6ac9428ef0378') |