mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 10:22:43 +01:00
Update to 2.1.5.4-1
This commit is contained in:
parent
80863129b8
commit
cce20f1163
3 changed files with 18 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Mon Aug 29 08:35:24 UTC 2016
|
||||
# Wed Oct 12 09:49:01 UTC 2016
|
||||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 2.1.4.5
|
||||
pkgver = 2.1.5.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchi/ArchiSteamFarm
|
||||
install = asf.install
|
||||
|
|
@ -12,12 +12,12 @@ 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.4.5/ASF.zip
|
||||
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.5.4/ASF.zip
|
||||
source = asf.sh
|
||||
source = asf-config.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
sha256sums = b328ee507e56a191aecfa0cadd09b1b52e0563f12ced9c0ee7b889f101aeff14
|
||||
sha256sums = 244f2e213927ad4512036a30bff201d94db1129a9f8650e39bdbf22a0f4951f8
|
||||
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.1.4.5"
|
||||
pkgver="2.1.5.4"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('any')
|
||||
|
|
@ -16,7 +16,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
|
|||
"${pkgname}-config.sh"
|
||||
"${pkgname}.service"
|
||||
"${pkgname}-user.service")
|
||||
sha256sums=('b328ee507e56a191aecfa0cadd09b1b52e0563f12ced9c0ee7b889f101aeff14'
|
||||
sha256sums=('244f2e213927ad4512036a30bff201d94db1129a9f8650e39bdbf22a0f4951f8'
|
||||
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
|
||||
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
|
||||
'39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205'
|
||||
|
|
|
|||
12
changelog
12
changelog
|
|
@ -1,3 +1,15 @@
|
|||
2016-10-12 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.1.5.4-1:
|
||||
Fixed regression of LoginLimiterDelay being falsely ignored on non-ASF 2FA accounts.
|
||||
Misc code improvements, optimizations and bugfixes.
|
||||
* 2.1.5.3:
|
||||
Added !redeem^ command.
|
||||
Improved AcceptGifts - ASF now redeems gifts via request to Steam network (and not Steam community like previously).
|
||||
Fixed ultra-rare issue of ASF causing official steam client disconnection due to broken LoginID calculation done by Steam on some Linux OSes.
|
||||
Fixed HandleOfflineMessages not working with non-precise system clock (ASF will now allow up to 1 hour of difference between system time and Steam time, previously it was 1 minute).
|
||||
Fixed a possible ASF crash in !ownsall when one or more of the bots were not connected.
|
||||
Hopefully fixed ultra-rare ASF network deadlock as reported in #318.
|
||||
General code improvements, optimizations and bugfixes.
|
||||
2016-08-29 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.1.4.5-1:
|
||||
Added !ownsall command.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue