Update to 5.0.5.6-1

This commit is contained in:
Gilrain 2021-04-01 00:46:50 +02:00
parent 3ca98a6852
commit dcbe7a9c12
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 5.0.5.5
pkgver = 5.0.5.6
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.5.5
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.5.6
source = service
source = service.user
source = ASF.json

View file

@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
pkgver="5.0.5.5"
pkgver="5.0.5.6"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')

View file

@ -1,3 +1,6 @@
2021-04-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.5.6-1:
Compared to V5.0.5.5, this version includes only a newer version of ASF-ui which had a pretty important regression in the previous build.
2021-03-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.5.5-1:
Added UserInterfaceMode bot config property (#2260).