File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11cask "volume-cartographer" do
2- arch arm : "arm64" ,
3- intel : "x86_64"
42
53 version "2.27.0"
6- sha256 arm : "6d4dea1aa21e145f2e1fc36f59d279151e028238d00449c63603197651b6c8db" ,
7- intel : "b8f9e270a306cbcf6327468356be913ff50d3ac70e31ac5b0157a0f750bb7419"
84
9- on_arm do
5+ on_sonoma :or_newer do
106 depends_on macos : ">= :sonoma"
7+ url "https://github.com/educelab/volume-cartographer/releases/download/v#{ version } /VC-#{ version } -Darwin.zip"
8+ sha256 "6d4dea1aa21e145f2e1fc36f59d279151e028238d00449c63603197651b6c8db"
119 end
12- on_intel do
10+
11+ on_ventura :or_older do
1312 depends_on macos : ">= :monterey"
13+ url "https://github.com/educelab/volume-cartographer/releases/download/v#{ version } /VC-#{ version } -Darwin-macOS12.zip"
14+ sha256 "b8f9e270a306cbcf6327468356be913ff50d3ac70e31ac5b0157a0f750bb7419"
1415 end
1516
16- url_name = on_arch_conditional arm : "VC-#{ version } -Darwin.zip" , intel : "VC-#{ version } -Darwin-macOS12.zip"
17- url "https://github.com/educelab/volume-cartographer/releases/download/v#{ version } /#{ url_name } "
1817 name "Volume Cartographer"
1918 desc "Virtual unwrapping toolkit"
2019 homepage "https://github.com/educelab/volume-cartographer"
You can’t perform that action at this time.
0 commit comments