mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
Update to 5.5.1.4-1
This commit is contained in:
parent
76fbd3b9f7
commit
5ab4f8c2a8
3 changed files with 6 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
pkgbase = asf
|
||||
pkgver = 5.5.1.2
|
||||
pkgver = 5.5.1.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=5.5.1.2?signed
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.5.1.4?signed
|
||||
source = service.patch
|
||||
source = asf.env
|
||||
source = ASF.json
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
|
|||
'asf-plugin-periodicgc'
|
||||
'asf-plugin-signinwithsteam'
|
||||
'asf')
|
||||
pkgver="5.5.1.2"
|
||||
pkgver="5.5.1.4"
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
2024-01-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 5.5.1.4-1:
|
||||
Fixed a possibility of sending invalid heartbeats to ASF STM if account was unused for more than 14 days (@JustArchi).
|
||||
2024-01-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 5.5.1.2-1:
|
||||
std command will now return as soon as refresh is scheduled, rather than actually finished like before (@JustArchi).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue