bump to 1.14.5

This commit is contained in:
furistar 2026-02-23 09:56:44 +10:00
parent e8e4e79388
commit 7cf8597cf9
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = stalker-gamma-cli-bin
pkgdesc = a cli to install Stalker Anomaly and the GAMMA mod pack (appimage)
pkgver = 1.13.0
pkgver = 1.14.5
pkgrel = 1
url = https://github.com/FaithBeam/stalker-gamma-cli
arch = x86_64
@ -9,9 +9,9 @@ pkgbase = stalker-gamma-cli-bin
depends = unzip
depends = fuse2
options = !strip
source_x86_64 = stalker-gamma+linux.x64-1.13.0.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.13.0/stalker-gamma+linux.x64.AppImage
sha256sums_x86_64 = 96a0b57911c51b8414d867cb7b940da40056054aecef7214efa91523511e3c9f
source_aarch64 = stalker-gamma+linux.arm64-1.13.0.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.13.0/stalker-gamma+linux.arm64.AppImage
sha256sums_aarch64 = f0a9c2612941eb2da854807383f6de5905a2448fa21fc0657a75b792ea1ac454
source_x86_64 = stalker-gamma+linux.x64-1.14.5.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.14.5/stalker-gamma+linux.x64.AppImage
sha256sums_x86_64 = c911960820357de8c4d880a37d7c531964454cc6227dae67400fac1712478f22
source_aarch64 = stalker-gamma+linux.arm64-1.14.5.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.14.5/stalker-gamma+linux.arm64.AppImage
sha256sums_aarch64 = 44cbacdeb314b457f6f3cce9f3c95de4946ed99a81f0ae5bb764af3b41e366d5
pkgname = stalker-gamma-cli-bin

View file

@ -1,7 +1,7 @@
# Maintainer: furistar <aur@mady.moe>
pkgname=stalker-gamma-cli-bin
pkgver=1.13.0
pkgver=1.14.5
pkgrel=1
pkgdesc="a cli to install Stalker Anomaly and the GAMMA mod pack (appimage)"
arch=('x86_64' 'aarch64')
@ -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=('96a0b57911c51b8414d867cb7b940da40056054aecef7214efa91523511e3c9f')
sha256sums_aarch64=('f0a9c2612941eb2da854807383f6de5905a2448fa21fc0657a75b792ea1ac454')
sha256sums_x86_64=('c911960820357de8c4d880a37d7c531964454cc6227dae67400fac1712478f22')
sha256sums_aarch64=('44cbacdeb314b457f6f3cce9f3c95de4946ed99a81f0ae5bb764af3b41e366d5')
package() {
install -Dm755 stalker-gamma+linux.*.AppImage "$pkgdir/usr/bin/stalker-gamma"