summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-07-01 12:11:39 +0200
committerGilrain2024-07-01 12:11:39 +0200
commit3b427b2b0d3e5787540192337af41369d743a67e (patch)
tree3f5427ff0e7232cbced9f0d8cb079f74b4dcc228
parentd80d867912a7c2a7f0039f755933b68d7b9c2b42 (diff)
downloadaur-3b427b2b0d3e5787540192337af41369d743a67e.tar.gz
Update to 6.0.4.4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog7
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00821eec4204..bc2dd394faaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 6.0.3.4
+ pkgver = 6.0.4.4
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=6.0.3.4?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.0.4.4?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 06c064af34cb..d4fe5414b8cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="6.0.3.4"
+pkgver="6.0.4.4"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index e01a61cb70e5..bb64af024020 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+2024-06-26 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 6.0.4.4-1:
+ Added support for bot groups in commands, such as @online, check wiki for more info (@JustArchi #3225).
+ Added Steam Summer Sale 2024 to sales blacklist (@nolddor #3226).
+ 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-06-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 6.0.3.4-1:
Added POST /Api/Bot/{Bot}/AddLicense ASF API endpoint (@JustArchi).