Update to 5.4.0.3-1

This commit is contained in:
Gilrain 2022-12-03 21:26:53 +01:00
parent 59ed6c57c3
commit 4a396adeb3
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 16 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 5.3.2.4
pkgver = 5.4.0.3
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@ -10,18 +10,18 @@ pkgbase = asf
arch = aarch64
license = Apache
makedepends = git
makedepends = dotnet-sdk>=6.0
depends = aspnet-runtime>=6.0
makedepends = dotnet-sdk>=7.0
depends = aspnet-runtime>=7.0
optdepends = asf-ui: standalone web interface for ASF
backup = var/lib/asf/config/ASF.json
backup = usr/lib/asf/NLog.config
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.3.2.4
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.0.3
source = service.patch
source = asf.env
source = ASF.json
source = NLog.config
sha256sums = SKIP
sha256sums = d61a83e249f25cd36e1c88bf702a9b50a28f83821f6a6004a95d244bb3def361
sha256sums = cc6828798785b6b5e53b0b231ba7167c727295dfc95a307cdeb16b7c703d197e
sha256sums = ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4
sha256sums = c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332
sha256sums = 636f3a125071cabfcb0c3828c6f9b0ec613789ab846ff71448d1a6eb110aee3f

View file

@ -2,15 +2,15 @@
# Contributor: Lucki
pkgname="asf"
pkgver="5.3.2.4"
pkgver="5.4.0.3"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
license=('Apache')
depends=('aspnet-runtime>=6.0')
depends=('aspnet-runtime>=7.0')
optdepends=('asf-ui: standalone web interface for ASF')
makedepends=('git' 'dotnet-sdk>=6.0')
makedepends=('git' 'dotnet-sdk>=7.0')
changelog=changelog
backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config')
install=install

View file

@ -1,3 +1,11 @@
2022-11-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.4.0.3-1:
[!] ASF is now based on .NET 7, a new major version. From notable changes, this version brings a lot of performance improvements for arm64 platform. In regards to compatibility, ASF no longer supports operating systems that reached their EOL, especially Windows 7 and 8.1, as well as Debian 9 (#2745). This change warrants B version bump (@JustArchi).
Fixed too aggressive security settings for our systemd service (@JustArchi #2739).
Fixed very rare ASF crash possibility on renaming files in config directory on Windows (@JustArchi).
Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
Updated localization provided by our community (@JustArchi-ArchiBot).
Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).
2022-10-29 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.3.2.4-1:
Added --input-cryptkey command-line argument (@Abrynos #2714 #2712).