From 10f9f79aa08c47f10a8a0e4aecaef6accf4eddb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:41:13 +0000 Subject: [PATCH 1/2] hapi-fhir-cli 7.4.0 --- Formula/h/hapi-fhir-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hapi-fhir-cli.rb b/Formula/h/hapi-fhir-cli.rb index c54010b10c4e..bf4cfdb6562a 100644 --- a/Formula/h/hapi-fhir-cli.rb +++ b/Formula/h/hapi-fhir-cli.rb @@ -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 From ecf829de147b3f212e3cce88d64403038da54e52 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:29:46 +0000 Subject: [PATCH 2/2] hapi-fhir-cli: update 7.4.0 bottle. --- Formula/h/hapi-fhir-cli.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Formula/h/hapi-fhir-cli.rb b/Formula/h/hapi-fhir-cli.rb index bf4cfdb6562a..e1b430668c25 100644 --- a/Formula/h/hapi-fhir-cli.rb +++ b/Formula/h/hapi-fhir-cli.rb @@ -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"