diff options
author | Gilrain | 2023-04-03 14:36:00 +0200 |
---|---|---|
committer | Gilrain | 2023-04-03 14:36:00 +0200 |
commit | c402b9a71221bfa53bd2b8a0d29776d1b5d182c6 (patch) | |
tree | d80ea849631ca6735eaed5dddbe9461b3f734c3c | |
parent | 54b66edf9ed1ba245bf3a8850ff5b250fb32d932 (diff) | |
download | aur-c402b9a71221bfa53bd2b8a0d29776d1b5d182c6.tar.gz |
Update to 5.4.4.5-1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | changelog | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -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 @@ -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). |