Skip to content

Commit

Permalink
Merge pull request Homebrew#159455 from timsutton/igv-2.17.0
Browse files Browse the repository at this point in the history
igv 2.17.0
  • Loading branch information
BrewTestBot authored Jan 9, 2024
2 parents dfb08ed + 3cf0eab commit 83bf904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/i/igv.rb
Original file line number Diff line number Diff line change
@@ -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.16/IGV_2.16.2.zip"
sha256 "489d34ed4e807a3d32a3720f11248d2ddf1e21d264b06bea44fbe1ccb74b3aa2"
url "https://data.broadinstitute.org/igv/projects/downloads/2.17/IGV_2.17.0.zip"
sha256 "f8ba2668fdeaa8840682bca7776aa080912f306f74c698b1940632d35b7e7552"
license "MIT"

livecheck do
Expand All @@ -11,7 +11,7 @@ class Igv < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "c8fc5cdf46f9fd2eb35f25d4b8c2b16bdfa37e1b63f8d27db1d963b28a50a48f"
sha256 cellar: :any_skip_relocation, all: "89db6def4171ca660d212e260a3a3c9ca59e2a46e26bc7d22e1b53a2110cd2fd"
end

depends_on "openjdk"
Expand Down

0 comments on commit 83bf904

Please sign in to comment.