fix(steam): Track beta branch (#5032) (#5033)

(cherry picked from commit 512766515d)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-05-25 01:50:05 -07:00
committed by GitHub
parent 112b940b2c
commit 984355174c
+1 -1
View File
@@ -1 +1 @@
rpm.version(find(`\nVersion:\s+1:(.+?)\s`, get("https://repo.steampowered.com/steam/archive/stable/steam_latest.dsc"), 1));
rpm.version(find(`\nVersion:\s+1:(.+?)\s`, get("https://repo.steampowered.com/steam/archive/beta/steam_latest-beta.dsc"), 1));