From e6d9950d6b2fa82e1086d4f7bc08f18646dfb189 Mon Sep 17 00:00:00 2001 From: furistar Date: Tue, 10 Feb 2026 11:39:46 +1000 Subject: [PATCH] bump to 1.8.3 --- .SRCINFO | 12 ++++++------ PKGBUILD | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cf66358e3ad84..e8c5cef557dc9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = stalker-gamma-cli-bin pkgdesc = a cli to install Stalker Anomaly and the GAMMA mod pack (appimage) - pkgver = 1.8.2 - pkgrel = 2 + pkgver = 1.8.3 + pkgrel = 1 url = https://github.com/FaithBeam/stalker-gamma-cli arch = x86_64 arch = aarch64 @@ -9,9 +9,9 @@ pkgbase = stalker-gamma-cli-bin depends = unzip depends = fuse2 options = !strip - source_x86_64 = stalker-gamma+linux.x64-1.8.2.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.8.2/stalker-gamma+linux.x64.AppImage - sha256sums_x86_64 = f9921f2306cd0f9b432bd52f004fbc5c88a1bf4b936e01e5f8a1ad4d8d57a12d - source_aarch64 = stalker-gamma+linux.arm64-1.8.2.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.8.2/stalker-gamma+linux.arm64.AppImage - sha256sums_aarch64 = 66945aa63550ac9455c4c6236e790b0568526770dfdf84b482101c2da89751ce + source_x86_64 = stalker-gamma+linux.x64-1.8.3.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.8.3/stalker-gamma+linux.x64.AppImage + sha256sums_x86_64 = d76f208e36757817273cd7b4ebd7b418dd7cc47b206535a7c166369d344ade3c + source_aarch64 = stalker-gamma+linux.arm64-1.8.3.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.8.3/stalker-gamma+linux.arm64.AppImage + sha256sums_aarch64 = 20a95a9a72a3e341627fd00f1396efb61f0e99445dce835711c7bf6c92d4eb4a pkgname = stalker-gamma-cli-bin diff --git a/PKGBUILD b/PKGBUILD index 1e02c66a3ec4c..7ef2f786ba3b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: furistar pkgname=stalker-gamma-cli-bin -pkgver=1.8.2 -pkgrel=2 +pkgver=1.8.3 +pkgrel=1 pkgdesc="a cli to install Stalker Anomaly and the GAMMA mod pack (appimage)" arch=('x86_64' 'aarch64') url="https://github.com/FaithBeam/stalker-gamma-cli" @@ -11,8 +11,8 @@ options=(!strip) depends=('unzip' 'fuse2') source_x86_64=("stalker-gamma+linux.x64-${pkgver}.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/${pkgver}/stalker-gamma+linux.x64.AppImage") source_aarch64=("stalker-gamma+linux.arm64-${pkgver}.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/${pkgver}/stalker-gamma+linux.arm64.AppImage") -sha256sums_x86_64=('f9921f2306cd0f9b432bd52f004fbc5c88a1bf4b936e01e5f8a1ad4d8d57a12d') -sha256sums_aarch64=('66945aa63550ac9455c4c6236e790b0568526770dfdf84b482101c2da89751ce') +sha256sums_x86_64=('d76f208e36757817273cd7b4ebd7b418dd7cc47b206535a7c166369d344ade3c') +sha256sums_aarch64=('20a95a9a72a3e341627fd00f1396efb61f0e99445dce835711c7bf6c92d4eb4a') package() { install -Dm755 stalker-gamma+linux.*.AppImage "$pkgdir/usr/bin/stalker-gamma"