mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 02:25:24 +01:00
Update to 3.1.0.0-1
This commit is contained in:
parent
d9ac31ef04
commit
f17ac034cc
4 changed files with 22 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 3.0.5.9
|
||||
pkgver = 3.1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchi/ArchiSteamFarm
|
||||
install = asf.install
|
||||
|
|
@ -9,20 +9,20 @@ pkgbase = asf
|
|||
license = Apache
|
||||
makedepends = p7zip
|
||||
depends = dotnet-runtime
|
||||
noextract = asf-3.0.5.9.zip
|
||||
noextract = asf-3.1.0.0.zip
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
source = asf-3.0.5.9.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.5.9/ASF-generic.zip
|
||||
source = asf-3.1.0.0.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.1.0.0/ASF-generic.zip
|
||||
source = asf.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
source = asf.sysusers
|
||||
source = NLog.config
|
||||
sha256sums = 0c8904c87d7fe74281469f14705679b80f62809e567bf8b64b15dfd63a56547d
|
||||
sha256sums = 107fe0f7bc4bca1923b5c7803e2e29d9d98c77309e5263effb76b6026c4c7bd0
|
||||
sha256sums = 8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd
|
||||
sha256sums = e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff
|
||||
sha256sums = dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49
|
||||
sha256sums = 883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486
|
||||
sha256sums = cd2c704c01217c103f8ad1729920a142f63f686351c6a9557c50a33fb3c723fe
|
||||
sha256sums = bfefd169626c3aff072e361a0517f2fbc0d2d403c8c61e1659c0bd0174d3d14a
|
||||
|
||||
pkgname = asf
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,14 @@
|
|||
<targets>
|
||||
<target xsi:type="ColoredConsole" name="ColoredConsole" detectConsoleAvailable="false" layout="${date:format=yyyy-MM-dd HH\:mm\:ss}|${processname}-${processid}|${level:uppercase=true}|${logger}|${message}${onexception:inner= ${exception:format=toString,Data}}" />
|
||||
<target xsi:type="File" name="File" deleteOldFileOnStartup="true" fileName="/var/log/asf.log" layout="${date:format=yyyy-MM-dd HH\:mm\:ss}|${processname}-${processid}|${level:uppercase=true}|${logger}|${message}${onexception:inner= ${exception:format=toString,Data}}" />
|
||||
<!-- Below becomes active when ASF is started with server parameter -->
|
||||
<!-- <target type="History" name="History" layout="${date:format=yyyy-MM-dd HH\:mm\:ss}|${processname}-${processid}|${level:uppercase=true}|${logger}|${message}${onexception:inner= ${exception:format=toString,Data}}" maxCount="20" /> -->
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
<logger name="*" minlevel="Debug" writeTo="ColoredConsole" />
|
||||
<logger name="*" minlevel="Debug" writeTo="File" />
|
||||
<!-- Below becomes active when ASF is started with server parameter -->
|
||||
<!-- <logger name="*" minlevel="Debug" writeTo="History" /> -->
|
||||
</rules>
|
||||
</nlog>
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="3.0.5.9"
|
||||
pkgver="3.1.0.0"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('any')
|
||||
|
|
@ -18,13 +18,13 @@ source=("${pkgname}-${pkgver}.zip::https://github.com/JustArchi/ArchiSteamFarm/r
|
|||
"${pkgname}-user.service"
|
||||
"${pkgname}.sysusers"
|
||||
"NLog.config")
|
||||
sha256sums=('0c8904c87d7fe74281469f14705679b80f62809e567bf8b64b15dfd63a56547d'
|
||||
sha256sums=('107fe0f7bc4bca1923b5c7803e2e29d9d98c77309e5263effb76b6026c4c7bd0'
|
||||
'8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
|
||||
'e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff'
|
||||
'dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49'
|
||||
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
|
||||
'cd2c704c01217c103f8ad1729920a142f63f686351c6a9557c50a33fb3c723fe')
|
||||
noextract=('asf-3.0.5.9.zip')
|
||||
'bfefd169626c3aff072e361a0517f2fbc0d2d403c8c61e1659c0bd0174d3d14a')
|
||||
noextract=('asf-3.1.0.0.zip')
|
||||
|
||||
prepare() {
|
||||
7z x -o"${srcdir}/asf" ${pkgname}-${pkgver}.zip
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
2018-02-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.1.0.0-1:
|
||||
[!] Fixed Steam breaking change that made ASF 2FA unable to fetch confirmations in all previous versions.
|
||||
[!] Added alpha release of upcoming IPC GUI.
|
||||
Added new IPC API endpoints: /Api/ASF, /Api/Log.
|
||||
Added new HistoryTarget NLog logging target for internal ASF usage.
|
||||
Further optimized the size of OS-specific builds.
|
||||
Usual amount of code improvements, optimizations and bugfixes.
|
||||
package: added HistoryTarget to NLog.config
|
||||
2018-01-16 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.0.5.9-1:
|
||||
Fixed V3.0.5.7 regression that could lead to potential ASF crash in OS-specific variants.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue