pgtap: revision to ditch conflict
This commit is contained in:
parent
0a9bcb5156
commit
919f7b8455
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,8 @@ class Pgtap < Formula
|
|||
homepage "http://pgtap.org/"
|
||||
url "http://api.pgxn.org/dist/pgtap/0.96.0/pgtap-0.96.0.zip"
|
||||
sha256 "84ad5e2212555077393d74b4628b9cbd141b1f382e7b7f39662ffe64e3fa2521"
|
||||
revision 1
|
||||
|
||||
head "https://github.com/theory/pgtap.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,8 +17,6 @@ class Pgtap < Formula
|
|||
# Not :postgresql, because we need to install into its share directory.
|
||||
depends_on "postgresql"
|
||||
|
||||
conflicts_with "mytop", :because => "both install `perllocal.pod`"
|
||||
|
||||
resource "Test::Harness" do
|
||||
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.36.tar.gz"
|
||||
sha256 "e7566f13b041d028b56f184b77ec2545ec6f0bb5a0f8f5368f7e4a08b496b63e"
|
||||
|
|
Loading…
Reference in a new issue