Update to 3.0.4.1-1

This commit is contained in:
Gilrain 2017-10-24 16:35:26 +02:00
parent 4d53fc5e11
commit 11bc468359
3 changed files with 23 additions and 8 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Sat Oct 14 07:03:12 UTC 2017
# Tue Oct 24 14:32:13 UTC 2017
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 3.0.3.0
pkgver = 3.0.4.1
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
@ -11,15 +11,15 @@ pkgbase = asf
license = Apache
makedepends = p7zip
depends = dotnet-sdk-2.0
noextract = asf-3.0.3.0.zip
noextract = asf-3.0.4.1.zip
backup = var/lib/asf/config/ASF.json
source = asf-3.0.3.0.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.3.0/ASF-generic.zip
source = asf-3.0.4.1.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.4.1/ASF-generic.zip
source = asf.sh
source = asf.service
source = asf-user.service
source = asf.sysusers
source = NLog.config
sha256sums = 8d3ed5d970a4fd2736f738cdec6428d7585223a2ed0d2bce5b5fa1376538cf9c
sha256sums = 771ae3a956787571500ed236fd4abc7801445c96281860a108975958b16334d5
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.3.0"
pkgver="3.0.4.1"
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=('8d3ed5d970a4fd2736f738cdec6428d7585223a2ed0d2bce5b5fa1376538cf9c'
sha256sums=('771ae3a956787571500ed236fd4abc7801445c96281860a108975958b16334d5'
'8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
'e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff'
'dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49'
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
'cd2c704c01217c103f8ad1729920a142f63f686351c6a9557c50a33fb3c723fe')
noextract=('asf-3.0.3.0.zip')
noextract=('asf-3.0.4.1.zip')
prepare() {
7z x -o"${srcdir}/asf" ${pkgname}-${pkgver}.zip

View file

@ -1,3 +1,18 @@
2017-10-24 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 3.0.4.1-1:
Removed CardDropsRestricted and added HoursUntilCardDrops bot config property with default value of 3 in its place.
ASF is now available as official Docker container, check wiki for more info (ref: #661, #670).
Added Changelog.html and ConfigGenerator.html helper links to the ASF folder.
Added !ib, !ibadd and !ibrm commands.
Heavily improved redeeming function that now will take in account RateLimited bots and won't attempt to forward/distribute keys to them anymore, saving time and failing requests.
Slightly improved code responsible for ensuring that SteamLogin and SteamPassword fields are valid.
Slightly improved code responsible for accepting trades sent from SendOnFarmingFinished + ShutdownOnFarmingFinished bots.
!update command will now properly state success and failure.
Fixed quite important regression introduced in V3.0.2.4 that could make ASF trying to redeem given key infinitely when there are no more bots to try.
Fixed !resume not working for users with Operator SteamUserPermissions.
Fixed priority idling queue not always working properly.
Fixed ASF auto-update feature not working when custom --path was specified.
Usual amount of code improvements, optimizations and bugfixes.
2017-10-11 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 3.0.3.0-1:
[!] Fixed wrong SteamTradeMatcher dupes logic (ref: #657).