-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a release #18
Comments
We have to wait for the stabilization of the
class Libbrotli < Formula
homepage "https://github.com/bagder/libbrotli"
url "https://github.com/bagder/libbrotli/archive/libbrotli-1.0.tar.gz"
sha256 "5b7c02eb87017e7b3886c07eca685db95fa21f9c8afbb442469370c251a54dc1"
resource "brotli" do
url "https://github.com/google/brotli.git",
:revision => "222564a95d9ab58865a096b8d9f7324ea5f2e03e"
end
bottle :unneeded
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
def install
rmdir "brotli"
brotli_buildpath = buildpath/"brotli"
brotli_buildpath.install resource("brotli")
system "./autogen.sh"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make", "install"
end
end |
Hi, Is it time to revisit this? At least a tag would be nice. Thanks |
|
Any new update on this.....? |
For those in need for RPM, I have packaged the dynamic module with pre-release version of ngx_brotli. It is usable with official stable Nginx on CentOS 7:
|
|
Well, let's hope all together for a miracle. |
Still have no power over this repo but here is a release of my fork https://github.com/eustas/ngx_brotli/releases/tag/v0.1 |
Hopefully, we will have v0.2 in this repo soon. |
Hi, |
@eustas is it now possible to release new tags? |
I want to help this module easier to install on OSX using homebrew.
But before I can do it.
I will need a release like this.
Is there any plan for a release?
Thanks
The text was updated successfully, but these errors were encountered: