Skip to content

Commit

Permalink
Merge pull request Homebrew#152171 from p-linnane/bump-hapi-fhir-cli-…
Browse files Browse the repository at this point in the history
…6.8.5

hapi-fhir-cli 6.8.5
  • Loading branch information
BrewTestBot authored Oct 23, 2023
2 parents 45eb584 + e79f743 commit 318f5cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/v6.8.4/hapi-fhir-6.8.4-cli.zip"
sha256 "836eb2c6e6dffadddefa50b2d22f51ec057bf7e75de21a882c83dd0757114d49"
url "https://github.com/hapifhir/hapi-fhir/releases/download/v6.8.5/hapi-fhir-6.8.5-cli.zip"
sha256 "4121c8406fd5aadeb4a48983a5cbf14e0232ae8074dd73a6ede691eae42a9752"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, all: "599ec32d59a73988336769167534038495b4107678a7db06d87ed0acb28906fc"
sha256 cellar: :any_skip_relocation, all: "9fe80c8865dda83c4f631c6291329232311534866fc038043cef1531469d0fec"
end

depends_on "openjdk"
Expand Down

0 comments on commit 318f5cb

Please sign in to comment.