Skip to content

Commit

Permalink
Merge pull request Homebrew#181729 from Homebrew/bump-hapi-fhir-cli-7…
Browse files Browse the repository at this point in the history
….4.0

hapi-fhir-cli 7.4.0
  • Loading branch information
BrewTestBot authored Aug 19, 2024
2 parents 78cd1e1 + ecf829d commit ba35255
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Formula/h/hapi-fhir-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class HapiFhirCli < Formula
desc "Command-line interface for the HAPI FHIR library"
homepage "https://hapifhir.io/"
url "https://github.com/hapifhir/hapi-fhir/releases/download/v7.2.2/hapi-fhir-7.2.2-cli.zip"
sha256 "95e7fec7187b41df572234e76cda905dc73d71a88d9c78a57681ac3dffd17ca8"
url "https://github.com/hapifhir/hapi-fhir/releases/download/v7.4.0/hapi-fhir-7.4.0-cli.zip"
sha256 "17a15f5da0ad54ea2dc854411e5d7f493e06c3f31557356b9b29c48b05d91bd5"
license "Apache-2.0"

# The "latest" release on GitHub is sometimes for an older major/minor, so we
Expand All @@ -16,13 +16,7 @@ class HapiFhirCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9cce37f4d6f332b1d3fc2d275ce9bc3346ef7b35032df6648ff11dc9ce4994a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e9cce37f4d6f332b1d3fc2d275ce9bc3346ef7b35032df6648ff11dc9ce4994a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e9cce37f4d6f332b1d3fc2d275ce9bc3346ef7b35032df6648ff11dc9ce4994a"
sha256 cellar: :any_skip_relocation, sonoma: "e9cce37f4d6f332b1d3fc2d275ce9bc3346ef7b35032df6648ff11dc9ce4994a"
sha256 cellar: :any_skip_relocation, ventura: "e9cce37f4d6f332b1d3fc2d275ce9bc3346ef7b35032df6648ff11dc9ce4994a"
sha256 cellar: :any_skip_relocation, monterey: "e9cce37f4d6f332b1d3fc2d275ce9bc3346ef7b35032df6648ff11dc9ce4994a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b67824bf820f01e0e5d76e95761c24599ae2ca57003564c490505c58141807c"
sha256 cellar: :any_skip_relocation, all: "da3e6d3d340326c6997663b1f31bacb5ee0a4827687223714bafdc9a78b200ef"
end

depends_on "openjdk"
Expand Down

0 comments on commit ba35255

Please sign in to comment.