Replies: 1 comment 1 reply
-
I guess the key included in the params will be change every version or attempts, so it cannot be used for livecheck in homebrew AFAIK. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
As the version inferred from AppStore, neteamusic cask should be also bumped to >3.0 from 2.3.
I found that due to the developing framework changed, the livecheck url is also deprecated.
Now the neteasemusic homepage uses a POST method to fetch the url of the latest build.
It seems there is still no parameter in homebrew to send a post request for livecheck.
The below is my livecode draft, however with GET method nothing is returned.
Relevant casks
neteamusic
Beta Was this translation helpful? Give feedback.
All reactions