summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcopygirl2023-10-05 16:49:12 +0200
committercopygirl2023-10-05 16:49:12 +0200
commita70c7c568b864ef355cf1271c5375158347be700 (patch)
tree0fe8569b89355b80dfb7ec5ecda9f5a87b5b7265
parent278c28d21e51360b976981307e60811a24683acf (diff)
downloadaur-a70c7c568b864ef355cf1271c5375158347be700.tar.gz
New release 1.18.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a305ecdcda3f..2b7cfb59521d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vintagestory
pkgdesc = Uncompromising wilderness survival sandbox game (requires paid account)
- pkgver = 1.18.13
+ pkgver = 1.18.14
pkgrel = 2
url = https://www.vintagestory.at/
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = vintagestory
depends = dotnet-runtime
depends = opengl-driver
depends = openal
- source = https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_1.18.13.tar.gz
+ source = https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_1.18.14.tar.gz
source = vintagestory.desktop
- md5sums = c8f2c4f19206a71d3a8af34069e89ba2
+ md5sums = a1969e8ce96e53b8ce85fdc9216c71a6
md5sums = 26ff9ca4fb0a583589f26f2c274d4ec6
pkgname = vintagestory
diff --git a/PKGBUILD b/PKGBUILD
index 02e6f107a447..9d890056b640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=vintagestory
# "unstable" for release candidates and "pre" for testing releases before big updates.
_release=stable
# _pkgver is separate to allow specifying pre-release versions such as "-rc.1".
-_pkgver=1.18.13
+_pkgver=1.18.14
# makepkg doesn't support hyphens in pkgver. They'll be replaced with underscores.
pkgver=${_pkgver//-/_}
@@ -18,7 +18,7 @@ depends=("dotnet-runtime" "opengl-driver" "openal")
source=("https://cdn.vintagestory.at/gamefiles/$_release/vs_client_linux-x64_$_pkgver.tar.gz"
# "https://account.vintagestory.at/files/$_release/vs_client_linux-x64_$_pkgver.tar.gz" (alternative source)
"vintagestory.desktop")
-md5sums=("c8f2c4f19206a71d3a8af34069e89ba2"
+md5sums=("a1969e8ce96e53b8ce85fdc9216c71a6"
"26ff9ca4fb0a583589f26f2c274d4ec6")
prepare() {