diff options
author | copygirl | 2021-07-24 12:53:47 +0200 |
---|---|---|
committer | copygirl | 2021-07-24 12:53:47 +0200 |
commit | d7bfe6fa9d310318c096aebec54580aedac90f58 (patch) | |
tree | 73fc9df2f18e31cef02fa4837c5450e37f009be0 | |
parent | fa57980cf9c161508ec4e4aec42f9a21014036d0 (diff) | |
download | aur-d7bfe6fa9d310318c096aebec54580aedac90f58.tar.gz |
New release 1.15.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = vintagestory pkgdesc = An in-development indie sandbox game about innovation and exploration - pkgver = 1.15.1 + pkgver = 1.15.2 pkgrel = 1 url = https://www.vintagestory.at/ arch = any @@ -8,10 +8,10 @@ pkgbase = vintagestory depends = mono depends = opengl-driver depends = openal - source = https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.15.1.tar.gz + source = https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.15.2.tar.gz source = vintagestory.desktop source = vintagestory.sh - md5sums = 76b28b62ca4976e75a717fa94d592eae + md5sums = 82f6e1d95f1af23fbc0f1880c40b7bd9 md5sums = ab6680c4499b58b14aa36acc2ab4038a md5sums = da232b56f48e047ec60791bb7d8b6398 @@ -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.15.1 +_pkgver=1.15.2 # makepkg doesn't support hyphens in pkgver. They'll be replaced with underscores. pkgver=${_pkgver//-/_} @@ -19,7 +19,7 @@ source=("https://cdn.vintagestory.at/gamefiles/$_release/vs_archive_$_pkgver.tar # "https://account.vintagestory.at/files/$_release/vs_archive_$_pkgver.tar.gz" (alternative source) "vintagestory.desktop" "vintagestory.sh") -md5sums=("76b28b62ca4976e75a717fa94d592eae" +md5sums=("82f6e1d95f1af23fbc0f1880c40b7bd9" "ab6680c4499b58b14aa36acc2ab4038a" "da232b56f48e047ec60791bb7d8b6398") |