summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2016-07-12 09:50:40 +0200
committerGilrain2016-07-12 09:50:40 +0200
commit0229a656075620c51a054534af08a0ab0a665ac5 (patch)
tree42afbfb1cd22f3e12e9d3da3bdcb73a3af0229bf
parent823af39020ce0e8890973a6a618942cfa47c8023 (diff)
downloadaur-0229a656075620c51a054534af08a0ab0a665ac5.tar.gz
Update to 2.1.2.5-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--changelog14
3 files changed, 22 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909638426b44..f1933aeed3e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 8 08:57:30 UTC 2016
+# Tue Jul 12 07:43:07 UTC 2016
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 2.1.1.8
- pkgrel = 2
+ pkgver = 2.1.2.5
+ pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
changelog = changelog
@@ -11,11 +11,11 @@ pkgbase = asf
license = Apache
depends = mono
backup = opt/asf/config/ASF.json
- source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.1.8/ASF.zip
+ source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.2.5/ASF.zip
source = asf.sh
source = asf-config.sh
source = asf.service
- sha256sums = 0a825da8fee33d20439e7513d2f91a78709be741f76e5cf0f9b0e7026382e675
+ sha256sums = afb58747a0546cc84b0ce364820e8fc07864a34129d7c2ece000dcf7cd00ea74
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
sha256sums = afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af
diff --git a/PKGBUILD b/PKGBUILD
index b4672cbe1a63..570c3affbd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
-pkgver="2.1.1.8"
-pkgrel=2
+pkgver="2.1.2.5"
+pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')
url="https://github.com/JustArchi/ArchiSteamFarm"
@@ -15,7 +15,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
"${pkgname}.sh"
"${pkgname}-config.sh"
"${pkgname}.service")
-sha256sums=('0a825da8fee33d20439e7513d2f91a78709be741f76e5cf0f9b0e7026382e675'
+sha256sums=('afb58747a0546cc84b0ce364820e8fc07864a34129d7c2ece000dcf7cd00ea74'
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
'afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af')
diff --git a/changelog b/changelog
index 76c696e8f9b3..feded821bfa3 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+2016-07-12 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 2.1.2.5-1:
+ Fixed ASF crash related to being unable to execute WMI queries on machines previously affected by HackIgnoreMachineID.
+ Removed old ASF 2FA V2.0 -> V2.1 converter, as stated in previous release.
+ * 2.1.2.4:
+ [!] Next ASF version will come without ASF 2FA converter capable of converting V2.0 formats into V2.1. If you didn't update your old ASF V2.0 yet, it's wise to do so.
+ [!] Implemented new smart and persistent CMs list - ASF will no longer need to ask Steam network for list of CMs at startup, significantly improving startup time. The list is saved in ASF.db.
+ [!] ASF logging module has been rewritten and is now based on NLog project. New module supports standard built-in ASF rules, as well as custom NLog configuration, in which you can define your own loggers, targets, rules and formats. Check out Logging section in the wiki to learn more.
+ Removed LogToFile global config property, which is now always true unless ASF is running as a service. The file logging is now customizable through NLog and described in Logging section in the wiki.
+ Updated internal SteamKit2 ASF library to version 1.8, improving stability and compatibility with Steam network.
+ Removed HackIgnoreMachineID global config property. New SK2 version should solve the issue for all affected people that had to keep this property at true previously.
+ ASF service is now available as ASF-Service.exe extra binary due to incompatibility with new repacking method. There is also new article on the wiki explaining how to run ASF as a service.
+ ASF can now log it's messages also to event log, which is enabled by default when ASF is run as a service. You can override this through custom NLog config if you want to.
+ Misc portion of code improvements, optimizations and bugfixes.
2016-07-08 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.1.1.8-2:
Disable update notifications.