Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

streammusic update livecheck url, zap, bump to 1.3.4 #196788

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Casks/s/streammusic.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cask "streammusic" do

Check failure on line 1 in Casks/s/streammusic.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

The URL's domain github.com does not match the homepage domain www.aqzscn.cn, a 'verified' parameter has to be added to the 'url' stanza. See https://docs.brew.sh/Cask-Cookbook#when-url-and-homepage-domains-differ-add-verified
version "1.3.3"
sha256 "8518b32bb847e037dc72eb08cad49d73403c9c10110029d7b52e4137b68c072b"
version "1.3.4"
sha256 "b33347422b5f823266f853f5b24b804d801dc73743bc5cbb4db12c7ece81bf21"

url "https://oss.aqzscn.cn/stream-music/versions/#{version}/StreamMusic_#{version}.dmg"
url "https://github.com/gitbobobo/StreamMusic/releases/download/#{version}/StreamMusic_#{version}.dmg"
name "StreamMusic"
desc "Music client compatible with self-hosted music services"
homepage "https://www.aqzscn.cn/"

livecheck do
url "https://music.aqzscn.cn/docs/versions/latest/"
regex(/href=.*v?(\d+(?:\.\d+)+(?:\.\d+)+)\.dmg/i)
url :url
regex(/.*v?(\d+(?:\.\d+)+(?:\.\d+)+)\.dmg/i)
end

depends_on macos: ">= :catalina"
Expand Down
Loading