Update to 6.3.1.6-1

This commit is contained in:
Gilrain 2026-01-06 10:28:39 +01:00
parent 13a2d98fcb
commit c93e3219f1
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 18 additions and 6 deletions

View file

@ -1,5 +1,5 @@
pkgbase = asf
pkgver = 6.3.0.2
pkgver = 6.3.1.6
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@ -11,13 +11,13 @@ pkgbase = asf
makedepends = git
makedepends = dotnet-sdk>=10
makedepends = aspnet-runtime>=10
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.3.0.2?signed
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.3.1.6?signed
source = service.patch
source = asf.env
source = ASF.json
source = NLog.config
validpgpkeys = 1268A81616AFDC20C55779ED6B138B4C64555AEA
sha256sums = 464a64df30954dd895f100a0a829df55e5977f9b12400ae9a8ab0d8e2bb8aac5
sha256sums = f9dba87fee1800b0cbc99122c461b07294f5e0b2e73771b817a1404e0568099b
sha256sums = 1728ccf7d02974b779ec794df400fec57b9a98869d319bea7f98d6c1ce4a9d3e
sha256sums = ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4
sha256sums = c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332
@ -50,6 +50,7 @@ pkgname = asf-plugin-signinwithsteam
pkgname = asf
pkgdesc = Steam cards farmer.
depends = aspnet-runtime>=10
depends = dbus
optdepends = asf-ui: standalone web interface for ASF
optdepends = asf-plugin-itemsmatcher
optdepends = asf-plugin-mobileauthenticator

View file

@ -9,7 +9,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
pkgver="6.3.0.2"
pkgver="6.3.1.6"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
@ -23,7 +23,7 @@ source=("asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=${pkgve
"ASF.json"
"NLog.config")
validpgpkeys=('1268A81616AFDC20C55779ED6B138B4C64555AEA')
sha256sums=('464a64df30954dd895f100a0a829df55e5977f9b12400ae9a8ab0d8e2bb8aac5'
sha256sums=('f9dba87fee1800b0cbc99122c461b07294f5e0b2e73771b817a1404e0568099b'
'1728ccf7d02974b779ec794df400fec57b9a98869d319bea7f98d6c1ce4a9d3e'
'ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4'
'c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332'
@ -111,7 +111,7 @@ package_asf-plugin-signinwithsteam() {
package_asf() {
pkgdesc="Steam cards farmer."
depends=('aspnet-runtime>=10')
depends=('aspnet-runtime>=10' 'dbus')
optdepends=('asf-ui: standalone web interface for ASF'
'asf-plugin-itemsmatcher'
'asf-plugin-mobileauthenticator'

View file

@ -1,3 +1,14 @@
2026-01-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 6.3.1.6-1:
Added Steam Winter Sale 2025 to built-in sales blacklist (@JustArchi).
Added support for --system-required to work also on Linux. Requires working dbus on the system (@JustArchi #3526 #3246).
Fixed suboptimal ASF flow when attempting to use invalidated ASF 2FA credentials, avoiding possible RateLimitExceeded in the process (@JustArchi).
Fixed MarketableAscending and MarketableDescending farming orders not working properly after recent Steam breaking change (@JustArchi).
Fixed /Api/NLog websocket endpoint not working properly with HTTP/2 (@LRFLEW #3532).
Small performance improvements connected with ASF 2FA tokens generation (@xPaw #3512).
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).
2025-11-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 6.2.3.1-1:
Improved Steam parental code recovery process (@JustArchi #3483, coded live on livestream!).