Update to 2.1.3.1-1

This commit is contained in:
Gilrain 2016-07-31 17:48:42 +02:00
parent ec9793f9ca
commit d6df9c61b3
3 changed files with 17 additions and 8 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Sun Jul 24 08:15:07 UTC 2016
# Sun Jul 31 15:47:26 UTC 2016
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 2.1.2.5
pkgrel = 2
pkgver = 2.1.3.1
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
changelog = changelog
@ -11,11 +11,11 @@ pkgbase = asf
license = Apache
depends = mono
backup = opt/asf/config/ASF.json
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.2.5/ASF.zip
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.3.1/ASF.zip
source = asf.sh
source = asf-config.sh
source = asf.service
sha256sums = 560bee3a662214f9cbabd7bd7faaaac2a5b1ccc785d57711d5a4a662967d7aad
sha256sums = 43db7c2729551fcb7f546a473f6fd90ab7ca296f641f55334b240f3c39109f16
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
sha256sums = afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af

View file

@ -1,8 +1,8 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
pkgver="2.1.2.5"
pkgrel=2
pkgver="2.1.3.1"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')
url="https://github.com/JustArchi/ArchiSteamFarm"
@ -15,7 +15,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
"${pkgname}.sh"
"${pkgname}-config.sh"
"${pkgname}.service")
sha256sums=('560bee3a662214f9cbabd7bd7faaaac2a5b1ccc785d57711d5a4a662967d7aad'
sha256sums=('43db7c2729551fcb7f546a473f6fd90ab7ca296f641f55334b240f3c39109f16'
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
'afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af')

View file

@ -1,3 +1,12 @@
2016-07-24 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.1.3.1-1:
It's now possible to use CustomGamePlayedWhileIdle and GamesPlayedWhileIdle at the same time, to play specific appIDs while showing custom status in Steam Network. Please note that the order of display is not guaranteed in this case.
Added new CustomGamePlayedWhileFarming bot config property, which is possible thanks to above change. Visit Configuration for more info.
Added support for --path command-line argument. Visit wiki for more info.
Greatly improved efficiency of handling multiple 2FA confirmations by adapting newly introduced multi-confirm method introduced by Valve. Thanks to that, ASF can send just one request for accepting all confirmations, instead of accepting them one-by-one.
Slightly improved internal cd-key validator to be case-insensitive and more precise.
Slightly improved network throughput on Windows machines.
Major portion of code improvements, optimizations and bugfixes.
2016-07-24 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.1.2.5-2:
Updated source archive to solve a false-positive (see https://github.com/JustArchi/ArchiSteamFarm/issues/127#issuecomment-234313478)