mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 10:22:43 +01:00
Update to 2.3.0.5-1
This commit is contained in:
parent
1006bfbfc6
commit
7f24ff88dd
3 changed files with 18 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Mar 10 15:27:27 UTC 2017
|
||||
# Wed Mar 29 07:28:08 UTC 2017
|
||||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 2.2.3.2
|
||||
pkgver = 2.3.0.5
|
||||
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.3.2/ASF.zip
|
||||
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.3.0.5/ASF.zip
|
||||
source = asf.sh
|
||||
source = asf-config.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
source = asf.sysusers
|
||||
sha256sums = cbffb01fc2e798d6f3f1e4e6baa148d8d2100f6db4e7183f721859598e119cea
|
||||
sha256sums = bcdfdfdb2b6c31e2f2ce21b6565b09831fb1406e19f5bd2553f9a0baa17558e0
|
||||
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
|
||||
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
|
||||
sha256sums = 183d7c2f93ca8ca95e00523c4920275e52ad83d049af95610b7cc0672983421c
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="2.2.3.2"
|
||||
pkgver="2.3.0.5"
|
||||
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=('cbffb01fc2e798d6f3f1e4e6baa148d8d2100f6db4e7183f721859598e119cea'
|
||||
sha256sums=('bcdfdfdb2b6c31e2f2ce21b6565b09831fb1406e19f5bd2553f9a0baa17558e0'
|
||||
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
|
||||
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
|
||||
'183d7c2f93ca8ca95e00523c4920275e52ad83d049af95610b7cc0672983421c'
|
||||
|
|
|
|||
12
changelog
12
changelog
|
|
@ -1,3 +1,15 @@
|
|||
2017-03-29 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.3.0.5-1:
|
||||
[!] Reworked permissions, this is a breaking change [1].
|
||||
[!] Changed behaviour of !api command, this is a breaking change [2].
|
||||
Added !api <Bots> command (ref: #485).
|
||||
Added !nickname command.
|
||||
Added extra workaround for invalidating old trades [3].
|
||||
Fixed ASF compilation on OS X, also added OS X as a test platform to our Travis CI.
|
||||
Fixed ASF being able to trigger a rare Steam glitch that could lead to change of bot's nickname to [unassigned] when FarmOffline is set to false.
|
||||
Fixed recent Steam breaking change introduced by Valve that broke discovering of keys being redeemed in all ASF versions prior to 2.3.0.4 (ref: #508).
|
||||
ASF release is now compiled with latest Visual Studio 2017 by our AppVeyor CI (previously: VS15) [4].
|
||||
Major code improvements, optimizations and bugfixes.
|
||||
2017-03-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.2.3.2-1:
|
||||
[!] ASF is now smart enough to automatically choose proper appID for "Series" (video) apps with trading cards in them. Previously it'd be stuck farming wrong game (ref: #473).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue