diff --git a/Formula/i/igv.rb b/Formula/i/igv.rb index 4012cd6ecef24..4ce6d920e1f4d 100644 --- a/Formula/i/igv.rb +++ b/Formula/i/igv.rb @@ -1,8 +1,8 @@ class Igv < Formula desc "Interactive Genomics Viewer" homepage "https://igv.org/doc/desktop/" - url "https://data.broadinstitute.org/igv/projects/downloads/2.19/IGV_2.19.1.zip" - sha256 "e7d7803cab4e12e84f5359a3d73915a45acc6d676151ca18e91fb2d39432b568" + url "https://data.broadinstitute.org/igv/projects/downloads/2.19/IGV_2.19.2.zip" + sha256 "cdf2cbab41226151e8e456ae33e1f15d0439951520f75bf1bf8d4afff9e0818a" license "MIT" livecheck do @@ -11,7 +11,7 @@ class Igv < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b69765ae3e7a83864b7f9cc24d0cce0300fe15decaa00b97bed8d42263add5f2" + sha256 cellar: :any_skip_relocation, all: "6b9ee83d426d46b90c99eed49727c653e26708804b97681e79f8b99a50790c63" end depends_on "openjdk"