summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-01-02 14:10:01 +0100
committerGilrain2024-01-02 14:10:01 +0100
commit76fbd3b9f7525f7d6387c135840ff4b82dec83bd (patch)
tree16e387b526d1689593e7012f4e344a58eb8cb73d
parentddd58f693b73627cab0574878ade0d288b304def (diff)
downloadaur-76fbd3b9f7525f7d6387c135840ff4b82dec83bd.tar.gz
Update to 5.5.1.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog10
3 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b57d5913373..f1789f1aa43c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.5.0.11
+ pkgver = 5.5.1.2
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -11,7 +11,7 @@ pkgbase = asf
makedepends = git
makedepends = dotnet-sdk>=8.0
makedepends = aspnet-runtime>=8.0
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.5.0.11?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.5.1.2?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 8c74dc84f50c..3a07c04598d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.5.0.11"
+pkgver="5.5.1.2"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 1c9db84e653b..b31968eb8b94 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+2024-01-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.5.1.2-1:
+ std command will now return as soon as refresh is scheduled, rather than actually finished like before (@JustArchi).
+ match command can now be executed without explicit MatchActively: true in bot config (@JustArchi).
+ Misc optimizations of MatchActively in regards to server communication (@JustArchi).
+ Fixed swagger spec not loading in OS-specific builds (@JustArchi, #3115).
+ Fixed swagger schema problems with enums after .NET 8 upgrade (@JustArchi).
+ Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
+ Updated localization provided by our community (@JustArchi-ArchiBot).
+ Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).
2023-12-16 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.5.0.11-1:
🔧 Fixed very rare ASF crash caused by access tokens race condition (@JustArchi).