Skip to content

Commit

Permalink
idnits: remove bottle :unneeded
Browse files Browse the repository at this point in the history
Closes #80107.

Signed-off-by: Mike McQuaid <[email protected]>
Signed-off-by: Nanda H Krishna <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
cho-m authored and BrewTestBot committed Jun 28, 2021
1 parent 815f09b commit 852e893
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Formula/idnits.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ class Idnits < Formula
regex(/href=.*?idnits[._-]v?(\d+(?:\.\d+)+)\.t/i)
end

bottle :unneeded

resource "test" do
url "https://tools.ietf.org/id/draft-ietf-tcpm-undeployed-03.txt"
sha256 "34e72c2c089409dc1935e18f75351025af3cfc253dee50db042d188b46733550"
url "https://tools.ietf.org/id/draft-tian-frr-alt-shortest-path-01.txt"
sha256 "dd20ac54e5e864cfd426c7fbbbd7a1c200eeff5b7b4538ba3a929d9895f01b76"
end

def install
Expand All @@ -23,7 +21,7 @@ def install

test do
resource("test").stage do
system "#{bin}/idnits", "draft-ietf-tcpm-undeployed-03.txt"
system "#{bin}/idnits", "draft-tian-frr-alt-shortest-path-01.txt"
end
end
end

0 comments on commit 852e893

Please sign in to comment.