mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 21:29:55 +01:00
Update to 2.2.1.6-1
This commit is contained in:
parent
2e88e89edb
commit
403509999a
3 changed files with 18 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Jan 4 09:55:19 UTC 2017
|
||||
# Mon Jan 30 19:32:02 UTC 2017
|
||||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 2.2.0.5
|
||||
pkgver = 2.2.1.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchi/ArchiSteamFarm
|
||||
install = asf.install
|
||||
|
|
@ -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.2.0.5/ASF.zip
|
||||
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.2.1.6/ASF.zip
|
||||
source = asf.sh
|
||||
source = asf-config.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
source = asf.sysusers
|
||||
sha256sums = fd376f4c530789dac8f56b753d278f7e1d3c13b0aae2eeb99b17aee3c78e039f
|
||||
sha256sums = 99635dd142ea49f683aa7bbb81b42f219a09ea0a7de4bcaa682b4d89b77e73d2
|
||||
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
|
||||
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
|
||||
sha256sums = 39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="2.2.0.5"
|
||||
pkgver="2.2.1.6"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('any')
|
||||
|
|
@ -17,7 +17,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
|
|||
"${pkgname}.service"
|
||||
"${pkgname}-user.service"
|
||||
"${pkgname}.sysusers")
|
||||
sha256sums=('fd376f4c530789dac8f56b753d278f7e1d3c13b0aae2eeb99b17aee3c78e039f'
|
||||
sha256sums=('99635dd142ea49f683aa7bbb81b42f219a09ea0a7de4bcaa682b4d89b77e73d2'
|
||||
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
|
||||
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
|
||||
'39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205'
|
||||
|
|
|
|||
12
changelog
12
changelog
|
|
@ -1,3 +1,15 @@
|
|||
2017-01-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.2.1.6-1:
|
||||
[!] Added localization support for ASF.
|
||||
[!] Reworked ASF heartbeats.
|
||||
[!] ASF is now smart enough to automatically skip farming games that weren't released yet.
|
||||
Added CurrentCulture global config property for overriding default language.
|
||||
Added unused keys response to !redeem.
|
||||
Removed SteamApiKey, API key is now automatically fetched by ASF during runtime. Big thanks to @il-marc for initial implementation!
|
||||
Renamed HttpTimeout to ConnectionTimeout. New property is also responsible for several other types of timeouts, such as Steam network and heartbeats.
|
||||
Fixed potential exploit allowing attacker to trigger ASF error message.
|
||||
Fixed !addlicense and other store-based functionality not working properly for accounts restricted with SteamParentalPIN.
|
||||
Major code improvements, optimizations and bugfixes.
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue