diff options
author | copygirl | 2022-10-07 07:26:00 +0200 |
---|---|---|
committer | copygirl | 2022-10-07 07:26:00 +0200 |
commit | 9e320574936422ddd3cfab27be78f9ce9bb44f6d (patch) | |
tree | 3ec3d605e9ec93709769eb814c603d0d010a8c1b | |
parent | 02b3a7c1fc79e9d0292acc6872ef8f87b8e22e20 (diff) | |
download | aur-9e320574936422ddd3cfab27be78f9ce9bb44f6d.tar.gz |
New release 1.17.6
-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.17.4 + pkgver = 1.17.6 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.17.4.tar.gz + source = https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.17.6.tar.gz source = vintagestory.desktop source = vintagestory.sh - md5sums = 797d95f896ecc25bd8514bc881e0c25c + md5sums = 741ed17c349a00ac81e25cda5c27f38a md5sums = ab6680c4499b58b14aa36acc2ab4038a md5sums = 88627bf1e56df5cb72605c0e60ae9dcb @@ -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.17.4 +_pkgver=1.17.6 # 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=("797d95f896ecc25bd8514bc881e0c25c" +md5sums=("741ed17c349a00ac81e25cda5c27f38a" "ab6680c4499b58b14aa36acc2ab4038a" "88627bf1e56df5cb72605c0e60ae9dcb") |