summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilke Bouwer2023-03-27 09:43:25 +0200
committerWilke Bouwer2023-03-27 09:43:25 +0200
commitb310831ca30324f121b8edd1f0a343b61c27f6e6 (patch)
tree092737f69e2157ec6b51134ad63412af61c81f46
parent781e54601c86a1afbe5589c92322b25083511940 (diff)
downloadaur-jcloisterzone.tar.gz
Update to 5.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceb1580e1e5c..5a36528ded4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = jcloisterzone
pkgdesc = A Java version of the Carcassonne board game.
- pkgver = 5.11.0
+ pkgver = 5.12.0
pkgrel = 0
url = https://github.com/farin/JCloisterZone-Client
arch = any
license = GPL3
options = !strip
- source = https://github.com/farin/JCloisterZone-Client/releases/download/v5.11.0/jcloisterzone-5.11.0.AppImage
- sha512sums = d50fa9db79808b79ab1118fc2b291b8fd5ffa60d2e8ed2122869ef8a70381c7b24f30cace47102b7aafaf5bd2b0724ba1e21241b58492307c227d45219b0e331
+ source = https://github.com/farin/JCloisterZone-Client/releases/download/v5.12.0/jcloisterzone-5.12.0.AppImage
+ sha512sums = ef6422724d342a5ca0b21fa779a8de7d5a74003caa9cc4615be30f042086548acda4f694552036747f8e4459a909c7eed14dcf2f6c8a5f36bfec6a1458fc3a4f
pkgname = jcloisterzone
diff --git a/PKGBUILD b/PKGBUILD
index 1eaa737bb3bd..0224816d3ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wilke
pkgname=jcloisterzone
-pkgver=5.11.0
+pkgver=5.12.0
pkgrel=0
pkgdesc="A Java version of the Carcassonne board game."
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/farin/JCloisterZone-Client"
license=('GPL3')
options=('!strip')
-sha512sums=('d50fa9db79808b79ab1118fc2b291b8fd5ffa60d2e8ed2122869ef8a70381c7b24f30cace47102b7aafaf5bd2b0724ba1e21241b58492307c227d45219b0e331')
+sha512sums=('ef6422724d342a5ca0b21fa779a8de7d5a74003caa9cc4615be30f042086548acda4f694552036747f8e4459a909c7eed14dcf2f6c8a5f36bfec6a1458fc3a4f')
source=("https://github.com/farin/JCloisterZone-Client/releases/download/v${pkgver}/jcloisterzone-${pkgver}.AppImage")