From f70be0cbd45210296b1f053c2e1db8732cf99114 Mon Sep 17 00:00:00 2001 From: Gilrain Date: Sun, 14 Jan 2018 15:10:11 +0100 Subject: [PATCH] Update to 3.0.5.8-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- changelog | 12 ++++++++++++ 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1b5818c609f2..5f8d8daf364d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = asf pkgdesc = Steam cards farmer. - pkgver = 3.0.5.5 + pkgver = 3.0.5.8 pkgrel = 1 url = https://github.com/JustArchi/ArchiSteamFarm install = asf.install @@ -9,15 +9,15 @@ pkgbase = asf license = Apache makedepends = p7zip depends = dotnet-runtime - noextract = asf-3.0.5.5.zip + noextract = asf-3.0.5.8.zip backup = var/lib/asf/config/ASF.json - source = asf-3.0.5.5.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.5.5/ASF-generic.zip + source = asf-3.0.5.8.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.5.8/ASF-generic.zip source = asf.sh source = asf.service source = asf-user.service source = asf.sysusers source = NLog.config - sha256sums = cbc77af98ab4323d0c950a98ea76adc5fca6cb97cae8044e8faf5e588f5fe420 + sha256sums = 3a3c40cf5a762891dbc7e010e08726a187cec4f680afa52d715395575ce8105f sha256sums = 8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd sha256sums = e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff sha256sums = dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49 diff --git a/PKGBUILD b/PKGBUILD index 394f6648e8d0..91e22d6f4190 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gilrain pkgname="asf" -pkgver="3.0.5.5" +pkgver="3.0.5.8" 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=('cbc77af98ab4323d0c950a98ea76adc5fca6cb97cae8044e8faf5e588f5fe420' +sha256sums=('3a3c40cf5a762891dbc7e010e08726a187cec4f680afa52d715395575ce8105f' '8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd' 'e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff' 'dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49' '883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486' 'cd2c704c01217c103f8ad1729920a142f63f686351c6a9557c50a33fb3c723fe') -noextract=('asf-3.0.5.5.zip') +noextract=('asf-3.0.5.8.zip') prepare() { 7z x -o"${srcdir}/asf" ${pkgname}-${pkgver}.zip diff --git a/changelog b/changelog index b364f8690f1b..27a11db9a249 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,15 @@ +2018-01-13 Gilrain + * 3.0.5.8-1: + Added !loot^ command (ref: #727). + Added ConfirmationsLimiterDelay global config property (ref: #728). + Previously undocumented loot switch is now documented under !loot& command. + !play command now accepts custom name to display (optionally also with idling other appIDs). + Fixed a bug that could lead to games not being able to be idled when IdleRefundableGames: false was set (ref: #709). + Fixed a possibility of trade offers not being initially parsed after disconnection. + Fixed various issues related to HTML parsing under tr-TR language. + Removed AutoDiscoveryQueue bot config property and added AutoSteamSaleEvent in its place, with enhanced functionality. + Usual amount of code improvements, optimizations and bugfixes. + package: replaced dotnet-sdk dependency with dotnet-runtime. 2017-12-16 Gilrain * 3.0.5.5-1: [!] As initially stated, IPC was rewritten with new API endpoints and updated documentation in preparation for building IPC GUI. You will probably need to slightly modify your existing tools or scripts (ref: #667).