mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 02:25:24 +01:00
Update to 2.3.1.2-1
This commit is contained in:
parent
7f24ff88dd
commit
f064677d53
3 changed files with 22 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,24 +1,24 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Mar 29 07:28:08 UTC 2017
|
||||
# Sun Apr 30 08:58:51 UTC 2017
|
||||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 2.3.0.5
|
||||
pkgver = 2.3.1.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchi/ArchiSteamFarm
|
||||
install = asf.install
|
||||
changelog = changelog
|
||||
arch = any
|
||||
license = Apache
|
||||
depends = mono
|
||||
depends = mono>=4.8
|
||||
backup = opt/asf/config/ASF.json
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.3.0.5/ASF.zip
|
||||
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.3.1.2/ASF.zip
|
||||
source = asf.sh
|
||||
source = asf-config.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
source = asf.sysusers
|
||||
sha256sums = bcdfdfdb2b6c31e2f2ce21b6565b09831fb1406e19f5bd2553f9a0baa17558e0
|
||||
sha256sums = 6d337b57195555fcce0ac30859ee1f67570de00ec7bc30d1785e05dde896e396
|
||||
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
|
||||
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
|
||||
sha256sums = 183d7c2f93ca8ca95e00523c4920275e52ad83d049af95610b7cc0672983421c
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="2.3.0.5"
|
||||
pkgver="2.3.1.2"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('any')
|
||||
url="https://github.com/JustArchi/ArchiSteamFarm"
|
||||
license=('Apache')
|
||||
depends=('mono')
|
||||
depends=('mono>=4.8')
|
||||
changelog=changelog
|
||||
backup=('opt/asf/config/ASF.json' 'var/lib/asf/config/ASF.json')
|
||||
install=${pkgname}.install
|
||||
|
|
@ -17,7 +17,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
|
|||
"${pkgname}.service"
|
||||
"${pkgname}-user.service"
|
||||
"${pkgname}.sysusers")
|
||||
sha256sums=('bcdfdfdb2b6c31e2f2ce21b6565b09831fb1406e19f5bd2553f9a0baa17558e0'
|
||||
sha256sums=('6d337b57195555fcce0ac30859ee1f67570de00ec7bc30d1785e05dde896e396'
|
||||
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
|
||||
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
|
||||
'183d7c2f93ca8ca95e00523c4920275e52ad83d049af95610b7cc0672983421c'
|
||||
|
|
|
|||
14
changelog
14
changelog
|
|
@ -1,3 +1,17 @@
|
|||
2017-04-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 2.3.1.2-1:
|
||||
[!] ASF now requires Mono in version 4.8 or higher (Linux / OS X, ref: #529).
|
||||
Added !bl, !bladd and !blrm commands (ref: #515).
|
||||
!owns and !nickname commands in given bots versions can now make use of space character in query string.
|
||||
Fixed !pause command not working when user had "only" Owner permission (ref: #512).
|
||||
Fixed Steam wallet code redeem error that resulted in Timeout instead of resulting in proper error status.
|
||||
Fixed potential STM logic exploit that could result in accepting non-neutral+ trades (ref: 4e1a032).
|
||||
Lowered required permission for accepting a friend invite, from Operator to FamilySharing.
|
||||
Improved compatibility of configs auto-reload with text editors that delete a file prior to writing to it (ref: #520).
|
||||
Improved concurrent inventory calls (ref: 8c0a100).
|
||||
Highly optimized function responsible for getting trade offers (ref: a6c4483).
|
||||
Improved translation of various TimeSpan parts in many languages, which now is translated dynamically based on culture and resulting number.
|
||||
Major code improvements, optimizations and bugfixes.
|
||||
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].
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue