summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-05-31 10:59:17 +0200
committerGilrain2020-05-31 10:59:17 +0200
commita9179bc26274fe88b9ac35e49267e7fd9ea94d55 (patch)
treec3d55e5756c5fe7ef2848abcaf982f953ff9a239
parente76bf2e4be191248628ead8e930a84d45615886c (diff)
downloadaur-a9179bc26274fe88b9ac35e49267e7fd9ea94d55.tar.gz
Update to 4.2.1.8-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog8
3 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7add898e51c..5bcb0a8e318c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 4.2.0.6
+ pkgver = 4.2.1.8
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=4.2.0.6
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.1.8
source = asf.sh
source = service
source = service.user
diff --git a/PKGBUILD b/PKGBUILD
index 34426d102bf4..a408ca30317d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="4.2.0.6"
+pkgver="4.2.1.8"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index 5387a0166fe1..a5e832c80b51 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+2020-05-31 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 4.2.1.8-1:
+ [!] OS-specific builds now come with re-enabled single file deployment after resolving all of problems listed in #1544. This results in far better ASF folder structure.
+ [!] ASF now comes with cross-process synchronization - this allows multiple instances of ASF to communicate with each other, in particular in regards to the limiters. Check multiple instances page for more details (#1798, #1797).
+ Added --network-group command-line argument.
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
2020-05-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.2.0.6-1:
Added linux-arm64 variant to ASF releases, check compatibility section for more info (#1728).