summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-02-10 09:07:31 +0100
committerGilrain2021-02-10 09:07:31 +0100
commitc1762cc53770712bea2c72220399519e90e834cd (patch)
treea175656699bbfcd489e8a72d6d2abb32fd7673ec
parent3fd5f1028298c4f0a043212e83eeb5c3daee6d2a (diff)
downloadaur-c1762cc53770712bea2c72220399519e90e834cd.tar.gz
Update to 5.0.3.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog6
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99dd92908b64..aefe7a79ea5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.0.3.1
+ pkgver = 5.0.3.2
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.0.3.1
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.3.2
source = service
source = service.user
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index c168d36d6e58..442ceaec3774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.0.3.1"
+pkgver="5.0.3.2"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index e351da1fbfd6..580f5ce1fea3 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+2021-02-10 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.0.3.2-1:
+ Fixed IPC not starting in latest docker release of 5.0.3.1.
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
2021-02-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.3.1-1:
We've renamed our master branch to main, following the same decision made by Dotnet, Git and GitHub. While this change is mostly transparent for everybody, our master Docker build is now also available under main tag (which considers only people using our master builds, those that are already well aware of breaking changes).