hapi-fhir-cli 4.1.0 (#47013)
This commit is contained in:
parent
079ce55db7
commit
068827e685
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
class HapiFhirCli < Formula
|
||||
desc "Command-line interface for the HAPI FHIR library"
|
||||
homepage "https://hapifhir.io/doc_cli.html"
|
||||
url "https://github.com/jamesagnew/hapi-fhir/releases/download/v4.0.0/hapi-fhir-4.0.0-cli.zip"
|
||||
sha256 "fdba98e9ddc295030f9c14bf083fa764a2706adf3f88788d7a021c77c318ca55"
|
||||
url "https://github.com/jamesagnew/hapi-fhir/releases/download/v4.1.0/hapi-fhir-4.1.0-cli.zip"
|
||||
sha256 "4c99debffc813472fe09c9d3805c0a108e3880507955951acf796b3a50abca27"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
resource "test_resource" do
|
||||
url "https://github.com/jamesagnew/hapi-fhir/raw/v4.0.0/hapi-fhir-structures-dstu3/src/test/resources/specimen-example.json"
|
||||
url "https://github.com/jamesagnew/hapi-fhir/raw/v4.1.0/hapi-fhir-structures-dstu3/src/test/resources/specimen-example.json"
|
||||
sha256 "4eacf47eccec800ffd2ca23b704c70d71bc840aeb755912ffb8596562a0a0f5e"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue