hapi-fhir-cli 3.8.0 (#40539)
This commit is contained in:
parent
bd79c6eed7
commit
d7124a5f7b
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 "http://hapifhir.io/doc_cli.html"
|
||||
url "https://github.com/jamesagnew/hapi-fhir/releases/download/v3.7.0/hapi-fhir-3.7.0-cli.zip"
|
||||
sha256 "600ae4857b59176981d7d37e9affc2f2e8eecdb30b6b886b0bac1a1b5ee30156"
|
||||
url "https://github.com/jamesagnew/hapi-fhir/releases/download/v3.8.0/hapi-fhir-3.8.0-cli.zip"
|
||||
sha256 "0446005f23b8b8319d20474d309e3b7f423cf02b88d4c59dc517a0aaf9535943"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
resource "test_resource" do
|
||||
url "https://github.com/jamesagnew/hapi-fhir/raw/v3.6.0/hapi-fhir-structures-dstu3/src/test/resources/specimen-example.json"
|
||||
url "https://github.com/jamesagnew/hapi-fhir/raw/v3.8.0/hapi-fhir-structures-dstu3/src/test/resources/specimen-example.json"
|
||||
sha256 "4eacf47eccec800ffd2ca23b704c70d71bc840aeb755912ffb8596562a0a0f5e"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue