mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
Update to 2.2.2.1-1
This commit is contained in:
parent
403509999a
commit
6b272657cc
3 changed files with 16 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Mon Jan 30 19:32:02 UTC 2017
|
||||
# Wed Feb 1 08:13:47 UTC 2017
|
||||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 2.2.1.6
|
||||
pkgver = 2.2.2.1
|
||||
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.1.6/ASF.zip
|
||||
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.2.2.1/ASF.zip
|
||||
source = asf.sh
|
||||
source = asf-config.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
source = asf.sysusers
|
||||
sha256sums = 99635dd142ea49f683aa7bbb81b42f219a09ea0a7de4bcaa682b4d89b77e73d2
|
||||
sha256sums = 9bbf41646174f3507d7eaa5e4cc51b6211afcb22f44a0747574a750f95602ce8
|
||||
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.1.6"
|
||||
pkgver="2.2.2.1"
|
||||
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=('99635dd142ea49f683aa7bbb81b42f219a09ea0a7de4bcaa682b4d89b77e73d2'
|
||||
sha256sums=('9bbf41646174f3507d7eaa5e4cc51b6211afcb22f44a0747574a750f95602ce8'
|
||||
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
|
||||
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
|
||||
'39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205'
|
||||
|
|
|
|||
10
changelog
10
changelog
|
|
@ -1,3 +1,13 @@
|
|||
2017-02-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.2.2.1-1:
|
||||
[!] Fixed network instability introduced in ASF V2.1.1.2. Coincidentally, this has nothing to do with network enhancements that arrived in V2.1.1.6. Huge thanks to Budgie and other folks helping me with their debug logs.
|
||||
Added OptimizationMode global config property.
|
||||
Added multiple bot targets for commands.
|
||||
Unified the format of ASF responses for easier strings manipulation. All responses should start with a newline now.
|
||||
Added SteamTarget NLog logging target, available with custom logging configs.
|
||||
Removed !*all commands, such as: !lootall, !statusall, !startall and !ownsall. Use newly-introduced multiple bot targets, such as !status ASF for previous !statusall.
|
||||
Fixed writing debug log for multiple bots at once.
|
||||
Misc code improvements, optimizations and bugfixes.
|
||||
2017-01-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.2.1.6-1:
|
||||
[!] Added localization support for ASF.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue