summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-12-16 16:54:58 +0100
committerGilrain2023-12-16 16:54:58 +0100
commitddd58f693b73627cab0574878ade0d288b304def (patch)
treebca97b30b1317c5b2dfec1153780442af96ce54d
parent1b5afb2c369aaf165a2a539c720bad04b8237942 (diff)
downloadaur-ddd58f693b73627cab0574878ade0d288b304def.tar.gz
Update to 5.5.0.11-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 6b172ce1a894..2b57d5913373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.5.0.10
+ pkgver = 5.5.0.11
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.10?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.5.0.11?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 63ea21abc6a5..8c74dc84f50c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.5.0.10"
+pkgver="5.5.0.11"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 8de3b1bcd6c0..1c9db84e653b 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+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).
+ 🖥️ 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-15 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.5.0.10-1:
❗ ASF is now based on .NET 8 platform. While mostly transparent and compatible for end-users, new .NET major version brings a lot of improvements, enhancements, bugfixes and optimizations. It also opens new ASF version cycle, V5.5, due to potential breaking changes (@JustArchi).