Update to 6.2.3.1-1

This commit is contained in:
Gilrain 2025-11-01 16:43:20 +01:00
parent 84baecb736
commit 0c4d16dc8e
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,5 @@
pkgbase = asf
pkgver = 6.2.2.3
pkgver = 6.2.3.1
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@ -11,13 +11,13 @@ pkgbase = asf
makedepends = git
makedepends = dotnet-sdk>=9.0.10
makedepends = aspnet-runtime>=9.0.10
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.2.2.3?signed
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.2.3.1?signed
source = service.patch
source = asf.env
source = ASF.json
source = NLog.config
validpgpkeys = 1268A81616AFDC20C55779ED6B138B4C64555AEA
sha256sums = SKIP
sha256sums = bcadf1fb764e9770c7dffcd585fd5aba7e168a38e36165b1cc03c49e31fa68eb
sha256sums = 1728ccf7d02974b779ec794df400fec57b9a98869d319bea7f98d6c1ce4a9d3e
sha256sums = ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4
sha256sums = c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332

View file

@ -9,7 +9,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
pkgver="6.2.2.3"
pkgver="6.2.3.1"
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=('SKIP'
sha256sums=('bcadf1fb764e9770c7dffcd585fd5aba7e168a38e36165b1cc03c49e31fa68eb'
'1728ccf7d02974b779ec794df400fec57b9a98869d319bea7f98d6c1ce4a9d3e'
'ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4'
'c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332'

View file

@ -1,3 +1,9 @@
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!).
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-09-28 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 6.2.2.3-1:
Added MachineName bot config property, which allows to modify the machine name that Steam displays for ASF session (@JustArchi).