mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 03:05:49 +01:00
Update to 3.1.1.9-1
This commit is contained in:
parent
937ac98465
commit
eafca24ef1
3 changed files with 16 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 3.1.1.1
|
||||
pkgver = 3.1.1.9
|
||||
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.1.1.1.zip
|
||||
noextract = asf-3.1.1.9.zip
|
||||
noextract = asf.sh
|
||||
noextract = asf.service
|
||||
noextract = asf-user.service
|
||||
noextract = asf.sysusers
|
||||
noextract = NLog.config
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
source = asf-3.1.1.1.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.1.1.1/ASF-generic.zip
|
||||
source = asf-3.1.1.9.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.1.1.9/ASF-generic.zip
|
||||
source = asf.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
source = asf.sysusers
|
||||
source = NLog.config
|
||||
sha256sums = 11a1dde4fe06c83c2cb36ee81784ae35b4d86cd8b2750c7c22e52af58099b0c2
|
||||
sha256sums = 5842059e3637aeefaaafe45c9bdee1b181c13290d9fb453bbc9f0e8c2d0f2ef0
|
||||
sha256sums = 8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd
|
||||
sha256sums = e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff
|
||||
sha256sums = dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="3.1.1.1"
|
||||
pkgver="3.1.1.9"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('any')
|
||||
|
|
@ -18,7 +18,7 @@ source=("${pkgname}-${pkgver}.zip::https://github.com/JustArchi/ArchiSteamFarm/r
|
|||
"${pkgname}-user.service"
|
||||
"${pkgname}.sysusers"
|
||||
"NLog.config")
|
||||
sha256sums=('11a1dde4fe06c83c2cb36ee81784ae35b4d86cd8b2750c7c22e52af58099b0c2'
|
||||
sha256sums=('5842059e3637aeefaaafe45c9bdee1b181c13290d9fb453bbc9f0e8c2d0f2ef0'
|
||||
'8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
|
||||
'e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff'
|
||||
'dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49'
|
||||
|
|
|
|||
10
changelog
10
changelog
|
|
@ -1,3 +1,13 @@
|
|||
2018-04-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.1.1.9-1:
|
||||
[!] Re-enabled link-time optimizations, which results in smaller overall ASF size (especially in OS-specific variants).
|
||||
IPC GUI improvements, new features, optimizations and bugfixes.
|
||||
BGR improvements (more verbosity, used and unused output files).
|
||||
Added CommandPrefix global config property.
|
||||
Fixed V3.1 regression that made SteamTarget no longer possible to be declared (ref: #765).
|
||||
Changed default value of SteamProtocols from 1 to 3 due to #186 issue being resolved.
|
||||
Removed obsolete GET /Api/Command IPC endpoint.
|
||||
Usual amount of other code improvements, optimizations and bugfixes.
|
||||
2018-03-07 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.1.1.0-1:
|
||||
[!] Fixed recent Steam breaking change regarding ASF 2FA confirmations (yes, for the second time).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue