mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 02:25:24 +01:00
Update to 2.1.3.9
This commit is contained in:
parent
2f83307abf
commit
47d7317c6e
3 changed files with 18 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Aug 5 16:44:56 UTC 2016
|
||||
# Fri Aug 5 16:45:51 UTC 2016
|
||||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 2.1.3.1
|
||||
pkgrel = 3
|
||||
pkgver = 2.1.3.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchi/ArchiSteamFarm
|
||||
install = asf.install
|
||||
changelog = changelog
|
||||
|
|
@ -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.3.1/ASF.zip
|
||||
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.3.9/ASF.zip
|
||||
source = asf.sh
|
||||
source = asf-config.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
sha256sums = 43db7c2729551fcb7f546a473f6fd90ab7ca296f641f55334b240f3c39109f16
|
||||
sha256sums = 0cf8ec50c6f4d3a6bb713acb4a28f8534f201fe72f73635ecd46693e00454c19
|
||||
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
|
||||
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
|
||||
sha256sums = 39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="2.1.3.1"
|
||||
pkgrel=3
|
||||
pkgver="2.1.3.9"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('any')
|
||||
url="https://github.com/JustArchi/ArchiSteamFarm"
|
||||
|
|
@ -16,7 +16,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
|
|||
"${pkgname}-config.sh"
|
||||
"${pkgname}.service"
|
||||
"${pkgname}-user.service")
|
||||
sha256sums=('43db7c2729551fcb7f546a473f6fd90ab7ca296f641f55334b240f3c39109f16'
|
||||
sha256sums=('0cf8ec50c6f4d3a6bb713acb4a28f8534f201fe72f73635ecd46693e00454c19'
|
||||
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
|
||||
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
|
||||
'39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205'
|
||||
|
|
|
|||
10
changelog
10
changelog
|
|
@ -1,4 +1,14 @@
|
|||
2016-08-05 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.1.3.9-1:
|
||||
[!] Important ForwardKeysToOtherBots enhancements [1].
|
||||
[!] CardDropsRestricted is now true by default.
|
||||
Added new FarmingOrder bot config property, thanks to @stackia in #312 . Visit wiki for more info.
|
||||
WCF now supports metadata publishing, thanks to @stackia in #309
|
||||
ASF is now a little more verbose in various places.
|
||||
ASF will now restart farming (if needed) also when new games are added outside of ASF process, e.g. when you redeem a key through Steam Client.
|
||||
ASF will now always use alphabetical order when dealing with ForwardKeysToOtherBots or DistributeKeys.
|
||||
ASF will now warn you if you're using incompatible runtime.
|
||||
Major code improvements, optimizations and bugfixes.
|
||||
* 2.1.3.1-3:
|
||||
package & services : fix various bugs pertaining to --path
|
||||
* 2.1.3.1-2:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue