mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
Update to 6.0.6.4-1
This commit is contained in:
parent
0cc1d3a869
commit
dfb2f256cc
3 changed files with 11 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
pkgbase = asf
|
||||
pkgver = 6.0.5.2
|
||||
pkgver = 6.0.6.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||
install = install
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = asf
|
|||
makedepends = git
|
||||
makedepends = dotnet-sdk>=8.0
|
||||
makedepends = aspnet-runtime>=8.0
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.0.5.2?signed
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.0.6.4?signed
|
||||
source = service.patch
|
||||
source = asf.env
|
||||
source = ASF.json
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -9,7 +9,7 @@ pkgname=('asf-plugin-steamtokendumper'
|
|||
'asf-plugin-periodicgc'
|
||||
'asf-plugin-signinwithsteam'
|
||||
'asf')
|
||||
pkgver="6.0.5.2"
|
||||
pkgver="6.0.6.4"
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2024-08-26 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 6.0.6.4-1:
|
||||
Added OnlinePreferences bot config property, which right now allows you to enable Steam Deck presence (@JustArchi #3261).
|
||||
UserInterfaceMode bot config property got refactored and received some new properties, the existing configs are entirely compatible with it, but the underlying enum has changed (@JustArchi).
|
||||
Core internal ASF mechanisms related with our SteamKit2 library were heavily improved/refactored for new functionalities or enhancements. It should be especially visible for people running higher amount of bots, as the resources utilization should drop significantly in those cases (@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).
|
||||
2024-07-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 6.0.5.2-1:
|
||||
Fixed ASF always trying to create www folder if it doesn't exist (@JustArchi).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue