summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-03-11 11:01:34 +0100
committerGilrain2024-03-11 11:01:34 +0100
commita0f74f3fab80b3c3641e43f0a717f4bedf4414b2 (patch)
tree1e7b95a500bf1f81b4601ef079fd611c6c32da97
parent4eaf70bf3e0bfbcd92f0ad85c3024f64d72635c4 (diff)
downloadaur-a0f74f3fab80b3c3641e43f0a717f4bedf4414b2.tar.gz
Update to 6.0.0.3-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 1c634f7a9b8f..cd7c1c132ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.5.3.4
+ pkgver = 6.0.0.3
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.3.4?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.0.0.3?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 50056e81c6e6..29cddf8a3534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.5.3.4"
+pkgver="6.0.0.3"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index e819ced89cd1..3b51d0a251dc 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+2024-03-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 6.0.0.3-1:
+ [!] ASF V6 comes with modern System.Text.Json replacement of previously used since the very first ASF version, Newtonsoft.Json library. This is core foundation that ASF is based on - while it should be mostly transparent for end-users, it's breaking change for existing ASF plugins, and it also has far bigger scope than usual in terms of ASF codebase, hence V6 major version bump. If you're plugin creator, you can find notes below for technical details in regards to upgrade (@JustArchi #3145 #3061).
+ 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).
2024-02-21 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.5.3.4-1:
Added support for private games. ASF will now detect and skip private games from farming, as per your privacy preferences (@JustArchi #3109).