Skip to content

Commit

Permalink
volume-cartographer 2.26.0-rc.1 (#5)
Browse files Browse the repository at this point in the history
* volume-cartographer 2.26.0-rc.1

* Remove vc_layers from install list
  • Loading branch information
csparker247 authored Nov 22, 2023
1 parent b1d7531 commit 17d0e47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Casks/volume-cartographer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
arch arm: "arm64",
intel: "x86_64"

version "2.25.0"
sha256 arm: "cce92c19b2e5a340fb9fc9776d3463869ce029131d231a050b2f09c0550bb526",
intel: "e9d69a192e894dbc8da744a3fa157c36e8957eeb546da620261f2676b82241bb"
version "2.26.0-rc.1"
sha256 arm: "1198aebbab9070a166218a6496d3a2b09dff43b515aa38bf1920fdfe4a2e38ee",
intel: "d9cef1c3a178b107562ff5c99fe44100517d68854a0a46913c0953998f8bcb52"

url "https://github.com/educelab/volume-cartographer/releases/download/v#{version}/VC-#{version}-Darwin-#{arch}.zip"
name "Volume Cartographer"
Expand All @@ -30,7 +30,6 @@
binary "bin/vc_transform_uv"
binary "bin/vc_volpkg_upgrade"
binary "bin/vc_color_map"
binary "bin/vc_layers"
binary "bin/vc_mesher"
binary "bin/vc_render"
binary "bin/vc_segment"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ Or `brew tap educelab/casks` and then `brew install <formula>`.
## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).

## Updating

```
cd "$(brew --repository)"/Library/Taps/educelab/homebrew-casks
brew bump-cask-pr --no-fork educelab/casks/volume-cartographer --version VERSION_NUM # add --no-audit if a pre-release package
```

0 comments on commit 17d0e47

Please sign in to comment.