Update to 3.4.1.4-1

This commit is contained in:
Gilrain 2018-12-05 19:09:36 +01:00
parent add58bd516
commit cb22d58c8b
3 changed files with 27 additions and 14 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 3.4.0.7
pkgver = 3.4.1.4
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = asf.install
@ -10,9 +10,9 @@ pkgbase = asf
arch = i686
license = Apache
makedepends = p7zip
noextract = asf-3.4.0.7-x86_64.zip
noextract = asf-3.4.0.7-arm.zip
noextract = asf-3.4.0.7-i686.zip
noextract = asf-3.4.1.4-x86_64.zip
noextract = asf-3.4.1.4-arm.zip
noextract = asf-3.4.1.4-i686.zip
backup = var/lib/asf/config/ASF.json
backup = usr/lib/asf/NLog.config
source = asf.sh
@ -27,19 +27,19 @@ pkgbase = asf
sha256sums = 883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486
sha256sums = e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2
sha256sums = 9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4
source_x86_64 = asf-3.4.0.7-x86_64.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.7/ASF-linux-x64.zip
source_x86_64 = asf-3.4.1.4-x86_64.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.1.4/ASF-linux-x64.zip
depends_x86_64 = dotnet-host
depends_x86_64 = libunwind
depends_x86_64 = openssl-1.0
sha256sums_x86_64 = 1bf98968db16c59a5c3a520daa17db2cd946de2569e5014d829a0408c493e449
source_arm = asf-3.4.0.7-arm.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.7/ASF-linux-arm.zip
sha256sums_x86_64 = 14adc3b2c3a4345a8f404862fea955b1e554c30893feeb25d4c1c9a30c8a5cb9
source_arm = asf-3.4.1.4-arm.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.1.4/ASF-linux-arm.zip
depends_arm = dotnet-host
depends_arm = libunwind
depends_arm = openssl-1.0
sha256sums_arm = bbed7ee3fe421a9a443223c8b286b7d6bf56f574e4200f7bb78f847d2e703015
source_i686 = asf-3.4.0.7-i686.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.7/ASF-generic.zip
sha256sums_arm = d03b648bfffc18f5db8461fad6aee8afca9955da72dcb2a77aec951059815e49
source_i686 = asf-3.4.1.4-i686.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.1.4/ASF-generic.zip
depends_i686 = dotnet-runtime
sha256sums_i686 = b48b7f836f54b447409c253a98d033a7d92550f84827c675535440047d87f34f
sha256sums_i686 = b97b6da756987bf7b6624d7c908860d79955d98605919f33c16e962f537f02a7
pkgname = asf

View file

@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
pkgver="3.4.0.7"
pkgver="3.4.1.4"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'arm' 'i686')
@ -29,9 +29,9 @@ sha256sums=('8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
'e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2'
'9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4')
sha256sums_x86_64=('1bf98968db16c59a5c3a520daa17db2cd946de2569e5014d829a0408c493e449')
sha256sums_arm=('bbed7ee3fe421a9a443223c8b286b7d6bf56f574e4200f7bb78f847d2e703015')
sha256sums_i686=('b48b7f836f54b447409c253a98d033a7d92550f84827c675535440047d87f34f')
sha256sums_x86_64=('14adc3b2c3a4345a8f404862fea955b1e554c30893feeb25d4c1c9a30c8a5cb9')
sha256sums_arm=('d03b648bfffc18f5db8461fad6aee8afca9955da72dcb2a77aec951059815e49')
sha256sums_i686=('b97b6da756987bf7b6624d7c908860d79955d98605919f33c16e962f537f02a7')
noextract=("${source_x86_64[@]%%::*}" "${source_arm[@]%%::*}" "${source_i686[@]%%::*}")
prepare() {

View file

@ -1,3 +1,16 @@
2018-12-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 3.4.1.4-1:
[!] Added MatchActively feature to bot's TradingPreferences. Visit wiki for more info.
Added nickname to API bot output.
Added level command (ref: #946).
BGR now also supports keys-only structure for import.
Fixed wrong process start time on generic-netf variant ran with mono.
Further web session-related improvements.
Our swagger IPC API documentation now uses OpenAPI 3.0 standard (previously: 2.0).
Removed loot& command as it was deemed entirely unnecessary.
Latest ASF-ui with new features, improvements and bugfixes.
Usual amount of other core improvements, optimizations and bugfixes.
[Deprecation] Features deprecated in V3.4.0.4 have entered stage 2 and got removed.
2018-11-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 3.4.0.7-1:
[!] Implemented extra logic to session validation code which has a potential to fix various request failures that people have reported recently. This was needed due to Steam change that rendered previous logic partially obsolete.