[X] I have searched all issues/PRs to ensure it has not already been reported or fixed.
[X] I have verified that I am using the latest version of Scoop and corresponding bucket.
Package Name
steamcmd
Expected/Current Behaviour
Expected: It was supposed to download the newest version and update.
Current Behaviour: While trying to update, it cannot resolve "media2.steampowered.com". I'm assuming the package got redirected to another end-point.
Steps to Reproduce
PS C:\Users\Kaiden> scoop update steamcmd
steamcmd: 1696019544 -> 1698262904
Updating one outdated app:
Updating 'steamcmd' (1696019544 -> 1698262904)
Downloading new version
The remote name could not be resolved: 'media2.steampowered.com'
At C:\Users\Kaiden\scoop\apps\scoop\current\lib\install.ps1:111 char:9
+ throw $e
+ ~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], WebException
+ FullyQualifiedErrorId : The remote name could not be resolved: 'media2.steampowered.com'
After reading the logs, I found that the new update URL is on "http://cdn.steamstatic.com". The endpoints are the same and after changing the manifest urls, it worked just fine.
Prerequisites
Package Name
steamcmd
Expected/Current Behaviour
Expected: It was supposed to download the newest version and update.
Current Behaviour: While trying to update, it cannot resolve "media2.steampowered.com". I'm assuming the package got redirected to another end-point.
Steps to Reproduce
Possible Solution
Apparently it needs to change the download URL to https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
No response