pgloader: add new resources for head spec (#19393)
This commit is contained in:
parent
8b40d2317e
commit
f41f3aab7d
1 changed files with 14 additions and 1 deletions
|
@ -4,7 +4,6 @@ class Pgloader < Formula
|
|||
url "https://github.com/dimitri/pgloader/archive/v3.4.1.tar.gz"
|
||||
sha256 "3ac4d03706057a35e1d4d0e63571b84be7d0d07ea09e015d90e242200488fe82"
|
||||
revision 1
|
||||
head "https://github.com/dimitri/pgloader.git"
|
||||
|
||||
bottle do
|
||||
sha256 "53730fd18e30016cdff390c71dcd0d8edc73752d8cd6c052712d537be70572ee" => :high_sierra
|
||||
|
@ -12,6 +11,20 @@ class Pgloader < Formula
|
|||
sha256 "0eff8a198207076e8e7e9f56d164c1c705b1310b2af0a79e27afd0be91338426" => :el_capitan
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/dimitri/pgloader.git"
|
||||
|
||||
resource "cl-mustache" do
|
||||
url "https://beta.quicklisp.org/archive/cl-mustache/2015-09-23/cl-mustache-20150923-git.tgz"
|
||||
sha256 "22b0938a3765229a54bd84f70c7de2a56e8903fef4dbc987a3c8621314d800e4"
|
||||
end
|
||||
|
||||
resource "yason" do
|
||||
url "https://beta.quicklisp.org/archive/yason/2016-02-08/yason-v0.7.6.tgz"
|
||||
sha256 "1332170b030067e2ea7119e8a18abb7778b89fd6a2163f808d80dbbd48b0ee01"
|
||||
end
|
||||
end
|
||||
|
||||
depends_on "sbcl"
|
||||
depends_on "freetds"
|
||||
depends_on "buildapp" => :build
|
||||
|
|
Loading…
Reference in a new issue