mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 14:15:44 +01:00
Update to 5.0.5.5-1
This commit is contained in:
parent
dfa0b40bff
commit
3ca98a6852
3 changed files with 13 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 5.0.4.3
|
||||
pkgver = 5.0.5.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||
install = install
|
||||
|
|
@ -15,7 +15,7 @@ pkgbase = asf
|
|||
optdepends = asf-ui: standalone web interface for ASF
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
backup = usr/lib/asf/NLog.config
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.4.3
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.5.5
|
||||
source = service
|
||||
source = service.user
|
||||
source = ASF.json
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Lucki
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="5.0.4.3"
|
||||
pkgver="5.0.5.5"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
|
|
|
|||
10
changelog
10
changelog
|
|
@ -1,3 +1,13 @@
|
|||
2021-03-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 5.0.5.5-1:
|
||||
Added UserInterfaceMode bot config property (#2260).
|
||||
Our generic variant of ASF no longer requires the very latest runtime to run, if it's not mandatory for operation (#2219).
|
||||
Rewritten SteamTarget NLog logging target for full async support. There are no configuration changes for existing setups using it.
|
||||
Slightly changed internals about fetching GitHub releases and wiki in ASF-ui (JustArchiNET/ASF-ui#1319 JustArchiNET/ASF-ui#1320).
|
||||
Fixed a possible System.FormatException crash when using CompleteTypesToSend (#2228).
|
||||
Latest ASF-ui with new features, improvements and bugfixes.
|
||||
Updated localization provided by our community.
|
||||
Usual amount of other core improvements, optimizations and bugfixes.
|
||||
2021-03-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 5.0.4.3-1:
|
||||
Added mab, mabadd and mabrm commands (#2183).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue