Update to 2.1.0.7-1

This commit is contained in:
Gilrain 2016-06-24 11:53:08 +02:00
parent f325a3f69b
commit cf257b2ea1
3 changed files with 13 additions and 7 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Mon Jun 20 19:05:38 UTC 2016
# Fri Jun 24 09:52:58 UTC 2016
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 2.1.0.6
pkgver = 2.1.0.7
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
@ -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.0.6/ASF.zip
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.0.7/ASF.zip
source = asf.sh
source = asf-config.sh
source = asf.service
sha256sums = d766d75f7c408098ab6737349d63742bad012c2752865ceecbd62eeeee18f141
sha256sums = d7bda0f17a3f84202b4943d7101940961dd609b92aca76c542ac4292460b9bb7
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
sha256sums = afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af

View file

@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
pkgver="2.1.0.6"
pkgver="2.1.0.7"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')
@ -15,7 +15,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
"${pkgname}.sh"
"${pkgname}-config.sh"
"${pkgname}.service")
sha256sums=('d766d75f7c408098ab6737349d63742bad012c2752865ceecbd62eeeee18f141'
sha256sums=('d7bda0f17a3f84202b4943d7101940961dd609b92aca76c542ac4292460b9bb7'
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
'afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af')
@ -27,7 +27,7 @@ package() {
install -D -m755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
install -D -m755 "${srcdir}/${pkgname}-config.sh" "${pkgdir}/usr/bin/${pkgname}-config"
install -D -m644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
# disable auto-updates
sed -i 's/"AutoUpdates": true,/"AutoUpdates": false,/g' ${pkgdir}/opt/asf/config/ASF.json
}

View file

@ -1,3 +1,9 @@
2016-06-24 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.1.0.7:
Added !api command. More can be found on the wiki.
Increased default value of LoginLimiterDelay from 7 to 10. It seems to solve some recent more aggressive Steam rate-limiting.
Fixed incorrect calculation of same-type dupe values which could lead into accepting potentially non-neutral+ trades.
Misc code improvements, optimizations and bugfixes.
2016-06-20 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.1.0.6:
Fixed !2faok confirming only one confirmation at a time (2.1.0.5 regression)