summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2025-03-01 15:46:32 +0100
committerGilrain2025-03-01 15:46:32 +0100
commit454ca828eca5100b0dd96be9a1ffb675690d73a2 (patch)
tree67c3d8a83f955793319fcea0b96b4ae1fdfc3ce1
parentc43e80dff24a141d6eb8e5416320f7e6671f98ca (diff)
downloadaur-454ca828eca5100b0dd96be9a1ffb675690d73a2.tar.gz
Update to 6.1.3.3-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog9
3 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf83547e059..42169f1dbe2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 6.1.2.3
+ pkgver = 6.1.3.3
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -12,7 +12,7 @@ pkgbase = asf
makedepends = dotnet-sdk>=9.0
makedepends = aspnet-runtime>=9.0
depends = aspnet-runtime>=9.0
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.1.2.3?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.1.3.3?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 505c82e2bc9b..f6ead880335d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="6.1.2.3"
+pkgver="6.1.3.3"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index b23e386b6abe..33583f571634 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+2025-02-28 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 6.1.3.3-1:
+ Added inventory [Bots] command and ASF API endpoint for fetching inventory summary (@JustArchi #3378).
+ Added ASF API endpoint for fetching inventory of selected bots (@JustArchi #3378).
+ Internal cleanups in regards to ASF API swagger generation, the underlying schema has changed (@JustArchi #3343, #3376).
+ Internal cleanups in regards to ASF html parsing (@JustArchi #3184).
+ 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).
2025-02-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 6.1.2.3-1:
Fixed crash during login procedure on some macOS setups (@JustArchi #3381).