Update to 2.2.0.5-1

This commit is contained in:
Gilrain 2017-01-04 11:02:00 +01:00
parent ce3e275e2f
commit 2e88e89edb
3 changed files with 20 additions and 8 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Thu Dec 22 15:27:50 UTC 2016
# Wed Jan 4 09:55:19 UTC 2017
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 2.1.7.9
pkgrel = 2
pkgver = 2.2.0.5
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
changelog = changelog
@ -12,13 +12,13 @@ pkgbase = asf
depends = mono
backup = opt/asf/config/ASF.json
backup = var/lib/asf/config/ASF.json
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.7.9/ASF.zip
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.2.0.5/ASF.zip
source = asf.sh
source = asf-config.sh
source = asf.service
source = asf-user.service
source = asf.sysusers
sha256sums = 17b4d38a7f35f801e0a35c365634e545640f7b1e72ace578bbdb96994ae87a8f
sha256sums = fd376f4c530789dac8f56b753d278f7e1d3c13b0aae2eeb99b17aee3c78e039f
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
sha256sums = 39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205

View file

@ -1,8 +1,8 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
pkgver="2.1.7.9"
pkgrel=2
pkgver="2.2.0.5"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')
url="https://github.com/JustArchi/ArchiSteamFarm"
@ -17,7 +17,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
"${pkgname}.service"
"${pkgname}-user.service"
"${pkgname}.sysusers")
sha256sums=('17b4d38a7f35f801e0a35c365634e545640f7b1e72ace578bbdb96994ae87a8f'
sha256sums=('fd376f4c530789dac8f56b753d278f7e1d3c13b0aae2eeb99b17aee3c78e039f'
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
'39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205'

View file

@ -1,3 +1,15 @@
2017-01-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.2.0.5-1:
[!] Removed ForwardKeysToOtherBots and DistributeKeys - it's unified under new RedeemingPreferences bot config property.
[!] Added new LootableTypes bot config property.
[!] IsBotAccount no longer controls looting foil cards, the responsibility now lies in newly introduced LootableTypes.
Added rough approximation of expected farming time, to !status and alike (also API).
Fixed statistics reporting not working on older versions of Mono.
Fixed rare issue that could lead to ASF not connecting to Steam Network.
Fixed ASF not parsing command-line arguments when running as a service.
Removed ForceHttp global config property. For reasoning, see commit.
Usual code improvements, optimizations and bugfixes.
package: systemd-sysusers handles the user & group creation
2016-12-18 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.1.7.9-1:
Switched Statistics STM listing to new protocol version (old one won't work anymore)