Update to 3.0.5.8-1

This commit is contained in:
Gilrain 2018-01-14 15:10:11 +01:00
parent 3c0e2468e9
commit f70be0cbd4
3 changed files with 19 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 3.0.5.5
pkgver = 3.0.5.8
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
@ -9,15 +9,15 @@ pkgbase = asf
license = Apache
makedepends = p7zip
depends = dotnet-runtime
noextract = asf-3.0.5.5.zip
noextract = asf-3.0.5.8.zip
backup = var/lib/asf/config/ASF.json
source = asf-3.0.5.5.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.5.5/ASF-generic.zip
source = asf-3.0.5.8.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.5.8/ASF-generic.zip
source = asf.sh
source = asf.service
source = asf-user.service
source = asf.sysusers
source = NLog.config
sha256sums = cbc77af98ab4323d0c950a98ea76adc5fca6cb97cae8044e8faf5e588f5fe420
sha256sums = 3a3c40cf5a762891dbc7e010e08726a187cec4f680afa52d715395575ce8105f
sha256sums = 8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd
sha256sums = e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff
sha256sums = dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49

View file

@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
pkgver="3.0.5.5"
pkgver="3.0.5.8"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')
@ -18,13 +18,13 @@ source=("${pkgname}-${pkgver}.zip::https://github.com/JustArchi/ArchiSteamFarm/r
"${pkgname}-user.service"
"${pkgname}.sysusers"
"NLog.config")
sha256sums=('cbc77af98ab4323d0c950a98ea76adc5fca6cb97cae8044e8faf5e588f5fe420'
sha256sums=('3a3c40cf5a762891dbc7e010e08726a187cec4f680afa52d715395575ce8105f'
'8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
'e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff'
'dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49'
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
'cd2c704c01217c103f8ad1729920a142f63f686351c6a9557c50a33fb3c723fe')
noextract=('asf-3.0.5.5.zip')
noextract=('asf-3.0.5.8.zip')
prepare() {
7z x -o"${srcdir}/asf" ${pkgname}-${pkgver}.zip

View file

@ -1,3 +1,15 @@
2018-01-13 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 3.0.5.8-1:
Added !loot^ command (ref: #727).
Added ConfirmationsLimiterDelay global config property (ref: #728).
Previously undocumented loot switch is now documented under !loot& command.
!play command now accepts custom name to display (optionally also with idling other appIDs).
Fixed a bug that could lead to games not being able to be idled when IdleRefundableGames: false was set (ref: #709).
Fixed a possibility of trade offers not being initially parsed after disconnection.
Fixed various issues related to HTML parsing under tr-TR language.
Removed AutoDiscoveryQueue bot config property and added AutoSteamSaleEvent in its place, with enhanced functionality.
Usual amount of code improvements, optimizations and bugfixes.
package: replaced dotnet-sdk dependency with dotnet-runtime.
2017-12-16 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 3.0.5.5-1:
[!] As initially stated, IPC was rewritten with new API endpoints and updated documentation in preparation for building IPC GUI. You will probably need to slightly modify your existing tools or scripts (ref: #667).