Skip to content

Commit

Permalink
Merge pull request #175463 from Aaron-212/fix-bilibli-livecheck
Browse files Browse the repository at this point in the history
fix livecheck of bilibili
  • Loading branch information
miccal committed Jun 2, 2024
2 parents d499cf1 + 6f3f612 commit 05bfa43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/b/bilibili.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "bilibili" do
version "1.13.5.3377"
version "1.13.5"
sha256 :no_check

url "https://dl.hdslb.com/mobile/fixed/pc_electron_mac/bili_mac.dmg",
Expand All @@ -10,8 +10,8 @@
homepage "https://app.bilibili.com/"

livecheck do
url :url
strategy :extract_plist
url "https://api.bilibili.com/x/elec-frontend/update/latest-mac.yml"
strategy :electron_builder
end

auto_updates true
Expand Down

0 comments on commit 05bfa43

Please sign in to comment.