mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 02:25:24 +01:00
Update to 3.0.4.7-1
This commit is contained in:
parent
11bc468359
commit
7bc2d3456b
3 changed files with 17 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Oct 24 14:32:13 UTC 2017
|
||||
# Tue Nov 21 13:05:22 UTC 2017
|
||||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 3.0.4.1
|
||||
pkgver = 3.0.4.7
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchi/ArchiSteamFarm
|
||||
install = asf.install
|
||||
|
|
@ -11,15 +11,15 @@ pkgbase = asf
|
|||
license = Apache
|
||||
makedepends = p7zip
|
||||
depends = dotnet-sdk-2.0
|
||||
noextract = asf-3.0.4.1.zip
|
||||
noextract = asf-3.0.4.7.zip
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
source = asf-3.0.4.1.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.4.1/ASF-generic.zip
|
||||
source = asf-3.0.4.7.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.4.7/ASF-generic.zip
|
||||
source = asf.sh
|
||||
source = asf.service
|
||||
source = asf-user.service
|
||||
source = asf.sysusers
|
||||
source = NLog.config
|
||||
sha256sums = 771ae3a956787571500ed236fd4abc7801445c96281860a108975958b16334d5
|
||||
sha256sums = 28b1a284c981806752a3afcad60185861d03134d07f85b3d848a6f2d4f168ecb
|
||||
sha256sums = 8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd
|
||||
sha256sums = e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff
|
||||
sha256sums = dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="3.0.4.1"
|
||||
pkgver="3.0.4.7"
|
||||
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=('771ae3a956787571500ed236fd4abc7801445c96281860a108975958b16334d5'
|
||||
sha256sums=('28b1a284c981806752a3afcad60185861d03134d07f85b3d848a6f2d4f168ecb'
|
||||
'8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
|
||||
'e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff'
|
||||
'dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49'
|
||||
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
|
||||
'cd2c704c01217c103f8ad1729920a142f63f686351c6a9557c50a33fb3c723fe')
|
||||
noextract=('asf-3.0.4.1.zip')
|
||||
noextract=('asf-3.0.4.7.zip')
|
||||
|
||||
prepare() {
|
||||
7z x -o"${srcdir}/asf" ${pkgname}-${pkgver}.zip
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
2017-11-21 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.0.4.7-1:
|
||||
[!] Fixed potential trading notifications loop (ref: #697).
|
||||
Further corrected above bugfix compared to V3.0.4.6 release.
|
||||
ASF OS-specific packages are now link-time optimized with monolinker, which removes unnecessary .NET Core runtime dependencies and results in smaller overall size.
|
||||
Improved OS language detection (ref: #688).
|
||||
Fixed a small regression in ArchiSteamFarm.sh script that affected old bash versions (ref: #683).
|
||||
Fixed missing logic for PasswordRequiredToKickSession (ref: #694).
|
||||
Usual amount of code improvements, optimizations and bugfixes.
|
||||
2017-10-24 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.0.4.1-1:
|
||||
Removed CardDropsRestricted and added HoursUntilCardDrops bot config property with default value of 3 in its place.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue