diff --git a/.SRCINFO b/.SRCINFO index 0d15ea5c91b7..c7cfb2be8d79 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index f81a8aee39cb..01cbbcf1842d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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' diff --git a/changelog b/changelog index 62c2a9af9a82..a500dba0dc97 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,14 @@ +2026-01-06 Gilrain + * 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 * 6.2.3.1-1: Improved Steam parental code recovery process (@JustArchi #3483, coded live on livestream!).