Skip to content

Commit

Permalink
htmltest: update 0.17.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 10, 2023
1 parent ce60980 commit c948c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/htmltest.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Htmltest < Formula
desc "HTML validator written in Go"
homepage "https://github.com/wjdp/htmltest"
url "https://github.com/wjdp/htmltest/archive/v0.16.0.tar.gz"
sha256 "f6db6cd746cf8f28063ce806bb8b02e53165808f85400c93e844f9c51822e47e"
url "https://github.com/wjdp/htmltest/archive/v0.17.0.tar.gz"
sha256 "2c89e56c837f4d715db9816942e007c973ba58de53d249abc80430c4b7e72f88"
license "MIT"

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/htmltest"
sha256 cellar: :any_skip_relocation, mojave: "066f653de0418552dea0db4e10c96340f825907d9d122bb44c75b67b2e81e22f"
sha256 cellar: :any_skip_relocation, mojave: "4c8c1e188fa8d1ba5f6c1f9c2187099a077267f90895ec9123e537c1b476a4ff"
end

depends_on "go" => :build
Expand Down

0 comments on commit c948c4a

Please sign in to comment.