summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwereii2021-11-09 21:05:14 +0100
committerwereii2021-12-24 01:02:04 +0100
commit61ebc63717aa7bcfd2ec95050eeb26bbe605cb8e (patch)
treec7c4fb9f687770462ae17f1280ac584ac8606fe7
parent860e2e7cd614d5fcf7a9ae300313a09ad6ac6d24 (diff)
downloadaur-61ebc63717aa7bcfd2ec95050eeb26bbe605cb8e.tar.gz
Update to 0.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a457e0a9c32d..2e72b48195d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = spacestation14-launcher-bin
pkgdesc = Space Station 14 launcher
- pkgver = 0.9.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://spacestation14.io/
arch = x86_64
license = MIT
- noextract = SS14.launcher.v0.9.0.zip
+ noextract = SS14.launcher.v0.10.1.zip
options = !strip
options = staticlibs
- source = SS14.launcher.v0.9.0.zip::https://github.com/space-wizards/SS14.Launcher/releases/download/v0.9.0/SS14.Launcher_Linux.zip
+ source = SS14.launcher.v0.10.1.zip::https://github.com/space-wizards/SS14.Launcher/releases/download/v0.10.1/SS14.Launcher_Linux.zip
source = spacestation14.svg::https://spacestation14.io/images/main/icon.svg
- sha256sums = d0e485485df999f289a8984536e226808561fac1818ce20797185d64fbf99a01
+ sha256sums = 2ccaf7a50346e8308887be1e9e29373e50d0c499c909736d52951bf18268c7aa
sha256sums = ba123bf55027694ffbf3528f58ba7554d072a023de3282187dd692f365ee9ce5
pkgname = spacestation14-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0c6a3909f526..42ca24988564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas S. <me+aur at wereii.cz>
pkgname=spacestation14-launcher-bin
-pkgver=0.9.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="Space Station 14 launcher"
url="https://spacestation14.io/"
@@ -15,10 +15,9 @@ source=(
"spacestation14.svg::https://spacestation14.io/images/main/icon.svg")
noextract=("${_source_name}")
-sha256sums=('d0e485485df999f289a8984536e226808561fac1818ce20797185d64fbf99a01'
+sha256sums=('2ccaf7a50346e8308887be1e9e29373e50d0c499c909736d52951bf18268c7aa'
'ba123bf55027694ffbf3528f58ba7554d072a023de3282187dd692f365ee9ce5')
-
prepare() {
cd "${srcdir}"
mkdir -p SS14; cd SS14