summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-02-01 15:02:45 +0100
committerGilrain2024-02-01 15:02:45 +0100
commit2a3bfc1198ab26ddbcebf1541b67dc640bf59cd5 (patch)
tree786684e4111af92b4bba60c1ea3fcaaaab195b2c
parentd9a626c5c32a8e672ae8df53fe10f0e49d8fbaf7 (diff)
downloadaur-2a3bfc1198ab26ddbcebf1541b67dc640bf59cd5.tar.gz
Update to 5.5.2.3-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee8bb84df8ce..bfd5c314baa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.5.2.2
+ pkgver = 5.5.2.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.2.2?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.5.2.3?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 80b33a9624e1..9e9da9643813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.5.2.2"
+pkgver="5.5.2.3"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 2f8efe0b008f..ebfda6854624 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,5 @@
-2024-01-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
- * 5.5.2.2-1:
+2024-02-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.5.2.3-1:
Refactored and unified selected bot config properties into new FarmingPreferences setting: Paused, ShutdownOnFarmingFinished, SendOnFarmingFinished, FarmPriorityQueueOnly, SkipRefundableGames, EnableRiskyCardsDiscovery, AutoSteamSaleEvent. ASF will automatically convert your existing bot configs into new format, and if you're using --no-config-migrate then you'll need to migrate manually (@JustArchi).
Added new SkipUnplayedGames option to FarmingPreferences (@JustArchi #3126).
Added additional aliases: al for addlicense and ala for addlicense ASF (@JustArchi #3127).