Skip to content

Commit

Permalink
Merge pull request #200502 from Homebrew/bump-dcm2niix-1.0.20241208
Browse files Browse the repository at this point in the history
dcm2niix 1.0.20241208
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents 6b74243 + 4e2ba63 commit 2fc1c16
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/d/dcm2niix.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Dcm2niix < Formula
desc "DICOM to NIfTI converter"
homepage "https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage"
url "https://github.com/rordenlab/dcm2niix/archive/refs/tags/v1.0.20240202.tar.gz"
sha256 "ad8e4a5b97a682c32ef1d88283c15c7cb767c4092cb1754119f8e8b3d940fe91"
url "https://github.com/rordenlab/dcm2niix/archive/refs/tags/v1.0.20241208.tar.gz"
sha256 "adf089c6a6949e5deb90ffe0d617d2995f34231713c7bccc7e6b034935ea1a51"
license "BSD-3-Clause"
version_scheme 1
head "https://github.com/rordenlab/dcm2niix.git", branch: "master"
Expand All @@ -13,14 +13,12 @@ class Dcm2niix < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "150c1a7727e7f520b84ad40598a2e06b7d637f7976fd29a5c7958a50dbb4bde7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f15f3bcddae629bf3491a9aa564e2746c80102b81452e427d331d58459a41e29"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8faddf2f767f588c92f49feb4596387ad9d0fb2cb4dd59ceb3d684374205c8b7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "02cc2718e8b43c5061208ea668c85eeb9a72167c7b3a23e2016414161d7b0acf"
sha256 cellar: :any_skip_relocation, sonoma: "3714a3a18984472f62c78c885323c777775aa9e4a4a17a6d1b4e5c6d416b3a81"
sha256 cellar: :any_skip_relocation, ventura: "b028f4cadcab9918740eef012b378a77b750f5740dcff58c00e6747cb086d97d"
sha256 cellar: :any_skip_relocation, monterey: "c0475c59a38f6636c09d25423a7b9eac147d582adb67d46af93e2df805b62f1d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7618a1d4f9ae299c160ac51c8577e06a40112c858fe7d1abd9c17fb4d556db73"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b26f522e3a07cbcf657930754f3faf56ee785ffbcefb2b1469260c9cf4d27b08"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc11fe5395146f3894047b80c51599b8b41f8e0323abdb613a86372b831b9ac5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8b0fa79c510fe9fb54335f310bbbb7436c3e70078637cf6c3f643ee67cbc901b"
sha256 cellar: :any_skip_relocation, sonoma: "4c0677847ce1857678b5d69045be0687ef75c459ed15a6a6ea0298a034e7b27e"
sha256 cellar: :any_skip_relocation, ventura: "076386f0e39c6cfc8d31c55750fe16061a17bfd233edaef924e3db48e652b25f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6e1232b9a1668c78e342eeddb9636daa2a3c5d7b1d1be1b312ce7f84956b0988"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 2fc1c16

Please sign in to comment.