Skip to content

Commit 483909f

Browse files
PorkepixBrewTestBot
authored andcommitted
cromwell 82
Closes Homebrew#106168. Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent e317858 commit 483909f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/cromwell.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cromwell < Formula
22
desc "Workflow Execution Engine using Workflow Description Language"
33
homepage "https://github.com/broadinstitute/cromwell"
4-
url "https://github.com/broadinstitute/cromwell/releases/download/81/cromwell-81.jar"
5-
sha256 "c298cc7883decac906863c14b980fd61b75e746a1058fd77a464e2adb370aeca"
4+
url "https://github.com/broadinstitute/cromwell/releases/download/82/cromwell-82.jar"
5+
sha256 "9127b49e50770184d517aa9bdbb109f16b9dd545e91a2aa194be31bb093d6876"
66
license "BSD-3-Clause"
77

88
bottle do
@@ -17,8 +17,8 @@ class Cromwell < Formula
1717
depends_on "openjdk"
1818

1919
resource "womtool" do
20-
url "https://github.com/broadinstitute/cromwell/releases/download/81/womtool-81.jar"
21-
sha256 "7958d97715cb2b8d90532e3cf5338a47bfc8199ad6661d29c287f107d1653e43"
20+
url "https://github.com/broadinstitute/cromwell/releases/download/82/womtool-82.jar"
21+
sha256 "a87adc2eb2c907093eebb8313051ec07164ed14dfd5d39c02ce4e84ee26e2643"
2222
end
2323

2424
def install

0 commit comments

Comments
 (0)