summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-06-03 14:04:13 +0200
committerGilrain2021-06-03 14:04:13 +0200
commit47e6db939178428726c2bb48da389a68b4e9d54e (patch)
treeefe1c0a119bc0097bd2c710da7ba43a91e030411
parente6d0ac6ceae17d244ff4bf45ec81a740385874f0 (diff)
downloadaur-47e6db939178428726c2bb48da389a68b4e9d54e.tar.gz
Update to 5.1.0.9-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ec6e98ce556..800031c5fb82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.1.0.8
+ pkgver = 5.1.0.9
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -15,7 +15,7 @@ pkgbase = asf
optdepends = asf-ui: standalone web interface for ASF
backup = var/lib/asf/config/ASF.json
backup = usr/lib/asf/NLog.config
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.1.0.8
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.1.0.9
source = service
source = service.user
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index f6f2d3a50e67..c423b628b0c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.1.0.8"
+pkgver="5.1.0.9"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index f7c47ef49755..265a6d732ef9 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,6 @@
2021-06-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.1.0.9-1:
+ Fixed advanced config for STD plugin not being parsed correctly.
* 5.1.0.8-1:
[!] ASF V5.1, while fairly compatible for the users, has gone through extensive refactor and maintenance internally which was crucial for the future development. We've reorganized the whole project structure, re-evaluated the decisions made in the past and corrected those that were vastly suboptimal given time. All third-party plugins will need to be recompiled in order to work with this release. For plugin developers, we've also prepared a small "developer changelog" below.
Our SteamTokenDumperPlugin now supports advanced config that might come useful for the developers and other people having access to potentially sensitive apps on Steam. As of today the config includes various exclusion options.