mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to 6.1.1.3-1
This commit is contained in:
parent
f3befc6e3d
commit
0915eada75
3 changed files with 13 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
pkgbase = asf
|
||||
pkgver = 6.1.0.3
|
||||
pkgver = 6.1.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||
install = install
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = asf
|
|||
makedepends = dotnet-sdk>=9.0
|
||||
makedepends = aspnet-runtime>=9.0
|
||||
depends = aspnet-runtime>=9.0
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.1.0.3?signed
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.1.1.3?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.1.0.3"
|
||||
pkgver="6.1.1.3"
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
||||
|
|
|
|||
10
changelog
10
changelog
|
|
@ -1,3 +1,13 @@
|
|||
2024-12-26 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 6.1.1.3-1:
|
||||
Added Steam Winter Sale 2024 to sales blacklist (@nolddor #3359).
|
||||
Improved workaround against Steam inventory fetching failures (@JustArchi #3362).
|
||||
Fixed addlicense possibly giving Fail/AlreadyPurchased when trying to activate family-owned titles (@JustArchi #3358).
|
||||
Removed AutoSteamSaleEvent from FarmingPreferences, since Steam removed cards from the queue permanently (@JustArchi #3360).
|
||||
Updated grafana dashboard for monitoring plugin (@Abrynos #3366).
|
||||
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-12-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 6.1.0.3-1:
|
||||
Fixed our systemd service definition not working in some environments starting with V6.1 release (@JustArchi #3352).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue