Bump to 0.37.1

This commit is contained in:
Vitalii Kuzhdin 2026-01-27 20:33:57 +02:00
parent 05d0a5cbda
commit 5573f6ee03
2 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ss14.launcher-bin
pkgdesc = Space Station 14 launcher
pkgver = 0.36.1
pkgrel = 2
pkgver = 0.37.1
pkgrel = 1
url = https://spacestation14.com
arch = aarch64
arch = x86_64
@ -10,11 +10,11 @@ pkgbase = ss14.launcher-bin
depends = dotnet-runtime-10.0
provides = ss14.launcher
conflicts = ss14.launcher
source = ss14.launcher-0.36.1-all.zip::https://github.com/space-wizards/SS14.Launcher/releases/download/v0.36.1/SS14.Launcher_Linux.zip
source = ss14.launcher-0.36.1-README.md::https://github.com/space-wizards/SS14.Launcher/raw/refs/tags/v0.36.1/Readme.md
source = ss14.launcher-0.36.1-LICENSE::https://github.com/space-wizards/SS14.Launcher/raw/refs/tags/v0.36.1/LICENSE.txt
source = ss14.launcher-0.37.1-all.zip::https://github.com/space-wizards/SS14.Launcher/releases/download/v0.37.1/SS14.Launcher_Linux.zip
source = ss14.launcher-0.37.1-README.md::https://github.com/space-wizards/SS14.Launcher/raw/refs/tags/v0.37.1/Readme.md
source = ss14.launcher-0.37.1-LICENSE::https://github.com/space-wizards/SS14.Launcher/raw/refs/tags/v0.37.1/LICENSE.txt
source = ss14.launcher.svg::https://github.com/space-wizards/asset-dump/raw/refs/heads/master/icon.svg
sha256sums = f11280cef408d35fb1d33032bfd3d42bafd88c9d48f1231c8be607638d00b1a2
sha256sums = cb8c75b5a48ddadc4bed02fd989f6b5891015632c6e7643249a56ed2dd53c748
sha256sums = a4fe3a4ff1dcddaf4ce428f91a068bada67090a4f670730fb29f828c4a8a6f71
sha256sums = 0fbcce2a4bb551dab1e360febc2b26c5abbad45e91c4d7b78203735e6b8e807e
sha256sums = a047c810a26088cc1fd1df73036bd5b4cfb441c0697a2cbd583733d08474f37e

View file

@ -4,8 +4,8 @@ _sdk=10.0
_Name="SS14.Launcher"
_pkgname="${_Name,,}"
pkgname="${_pkgname}-bin"
pkgver=0.36.1
pkgrel=2
pkgver=0.37.1
pkgrel=1
pkgdesc="Space Station 14 launcher"
arch=(
'aarch64'
@ -35,7 +35,7 @@ source=(
"${_pkgsrc}-LICENSE::${_url}/raw/refs/tags/v${pkgver}/LICENSE.txt"
"${_pkgname}.svg::https://github.com/space-wizards/asset-dump/raw/refs/heads/master/icon.svg"
)
sha256sums=('f11280cef408d35fb1d33032bfd3d42bafd88c9d48f1231c8be607638d00b1a2'
sha256sums=('cb8c75b5a48ddadc4bed02fd989f6b5891015632c6e7643249a56ed2dd53c748'
'a4fe3a4ff1dcddaf4ce428f91a068bada67090a4f670730fb29f828c4a8a6f71'
'0fbcce2a4bb551dab1e360febc2b26c5abbad45e91c4d7b78203735e6b8e807e'
'a047c810a26088cc1fd1df73036bd5b4cfb441c0697a2cbd583733d08474f37e')