mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
spatial 0.4.2 (new cask)
Signed-off-by: Rui Chen <rui@chenrui.dev> Update Casks/s/spatial.rb Co-authored-by: Bevan Kay <bevanjkay@gmail.com> Update Casks/s/spatial.rb Co-authored-by: Bevan Kay <bevanjkay@gmail.com>
This commit is contained in:
co-authored by
Bevan Kay
parent
da837389b1
commit
2672ff26fd
@@ -0,0 +1,21 @@
|
||||
cask "spatial" do
|
||||
version "0.4.2"
|
||||
sha256 "ba4b00e83983898dda7bd517ab481598267b25d4fbbe700f00d16c709a05ca21"
|
||||
|
||||
url "https://www.mikeswanson.com/spatial/releases/spatial_#{version}.zip"
|
||||
name "Spatial"
|
||||
desc "Tool for working with MV-HEVC/spatial videos"
|
||||
homepage "https://blog.mikeswanson.com/spatial"
|
||||
|
||||
livecheck do
|
||||
url "https://www.mikeswanson.com/spatial/releases/"
|
||||
regex(/href=.*?spatial[._-]v?(\d+(?:\.\d+)+)\.zip/i)
|
||||
end
|
||||
|
||||
depends_on arch: :arm64
|
||||
depends_on macos: ">= :sonoma"
|
||||
|
||||
binary "spatial_#{version}/spatial"
|
||||
|
||||
# No zap stanza required
|
||||
end
|
||||
Reference in New Issue
Block a user