summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-06-02 14:29:07 +0200
committerGilrain2023-06-02 14:29:07 +0200
commit6e280396b13d724f00349e13f112677ad0746004 (patch)
tree052b3cf9be3526428520b7400fc0e30327ef331b
parentdd35419563bc18b1b65a03136024ed2fdeeaa519 (diff)
downloadaur-6e280396b13d724f00349e13f112677ad0746004.tar.gz
Update to 5.4.6.3-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 5864d402ab58..a3f738c59b4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.4.5.2
+ pkgver = 5.4.6.3
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -11,7 +11,7 @@ pkgbase = asf
makedepends = git
makedepends = dotnet-sdk>=7.0
makedepends = aspnet-runtime>=7.0
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.5.2?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.6.3?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index e53d01a67411..6ba07dae3e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.4.5.2"
+pkgver="5.4.6.3"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index c5661f6311c9..ff1f93dce5e2 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+2023-05-28 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.4.6.3-1:
+ Added additional bullet-proofing for validation of accounts being announced on ASF STM listing (@JustArchi #2900 #2901).
+ Fixed OnBotDisconnected() always giving EResult.OK as a disconnection reason to subscribed plugins (@JustArchi #2891).
+ Fixed ASF not working with Steam passwords longer than 64 characters (@JustArchi #2903).
+ 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-05-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.4.5.2-1:
Added IBotCustomMachineInfoProvider plugin interface, which deprecates previously used ICustomMachineInfoProvider (@JustArchi #2873).