imgproxy: add 2.7.0 bottle.
This commit is contained in:
parent
5e0ad9d2ae
commit
3fd17078c1
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Imgproxy < Formula
|
|||
sha256 "9a97a4b184f67718f97a4b3d16cd98b61a825ba418e6e04139ed3a3a9d787fad"
|
||||
head "https://github.com/imgproxy/imgproxy.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "e8a745e2febcc0e27306dbd4c1d9b1215c744cbc0900cf75c9c83dda41fa0a95" => :catalina
|
||||
sha256 "d987ba0ad66e8927fce68f881f4a3d6415ec92a2718716eaac35926a0011a735" => :mojave
|
||||
sha256 "e1cd7887d771e625d128d120e90c8a2d5b14877668d712a18e56839c3fe692eb" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "vips"
|
||||
|
|
Loading…
Reference in a new issue