Skip to content

Commit

Permalink
stolendata-mpv: fix on_arm block
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Oct 3, 2024
1 parent 5e45652 commit bfd134a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Casks/s/stolendata-mpv.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
cask "stolendata-mpv" do
arch arm: "-arm64", intel: ""
arch arm: "-arm64"

on_arm do
on_sonoma :or_newer do
version "0.39.0"
sha256 "9c81c5cf2e756cf9c2fef97a00627140ea7c6b46079469ce3b1a13b4cd4f5b2b"
version "0.39.0"
sha256 "9c81c5cf2e756cf9c2fef97a00627140ea7c6b46079469ce3b1a13b4cd4f5b2b"

livecheck do
url "https://laboratory.stolendata.net/~djinn/mpv_osx/"
regex(/mpv-arm64-(\d+(?:\.\d+)+)\.t/i)
end
livecheck do
url "https://laboratory.stolendata.net/~djinn/mpv_osx/"
regex(/mpv-arm64-(\d+(?:\.\d+)+)\.t/i)
end

depends_on macos: ">= :sonoma"
end
on_intel do
Expand Down

0 comments on commit bfd134a

Please sign in to comment.