summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-04-03 14:36:00 +0200
committerGilrain2023-04-03 14:36:00 +0200
commitc402b9a71221bfa53bd2b8a0d29776d1b5d182c6 (patch)
treed80ea849631ca6735eaed5dddbe9461b3f734c3c
parent54b66edf9ed1ba245bf3a8850ff5b250fb32d932 (diff)
downloadaur-c402b9a71221bfa53bd2b8a0d29776d1b5d182c6.tar.gz
Update to 5.4.4.5-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d398b3cff141..d587f2eb83ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.4.4.4
+ pkgver = 5.4.4.5
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -11,7 +11,7 @@ pkgbase = asf
makedepends = git
makedepends = dotnet-sdk>=7.0
makedepends = aspnet-runtime>=7.0
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.4.4?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.4.5?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 7a2ce5877ba3..66ce5ff6a7fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.4.4.4"
+pkgver="5.4.4.5"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 0cc7e95440b5..14a557099ee7 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,6 @@
2022-04-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.4.4.5-1:
+ Defaulted new device confirmation prompt to N in Headless and --service modes (@JustArchi #2867).
* 5.4.4.4-1:
Added support for logging in through device confirmations, this allows you to approve the login on your phone and avoid typing 2FA code in ASF (@JustArchi #2857).
Added support for handling DuplicateRequest during logging in (@JustArchi #2864).