Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Mar 14, 2017
1 parent 2e9a720 commit f6a88fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.7.2
======

No backwards incompatible changes here.

### Fixes

* fix reusing read and write buffers returned from connection hijack. This was added in previous release but due to the bug in configuration the feature did not work.

v1.7.1
======

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM centos:7

ENV VERSION 1.7.1
ENV VERSION 1.7.2

ENV CENTRIFUGO_SHA256 8df50b7cbf032e3dc47e00bd5a0cb04476bd8c282e70e33e10c90b2178ba894b
ENV CENTRIFUGO_SHA256 e96d894cb3704b11e914026d41bf414487f4361c8993219234c2c8c963f92278

ENV DOWNLOAD https://github.com/centrifugal/centrifugo/releases/download/v$VERSION/centrifugo-$VERSION-linux-amd64.zip

Expand Down
4 changes: 2 additions & 2 deletions centrifugo.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Centrifugo < Formula
desc "Centrifugo"
homepage "https://github.com/centrifugal/centrifugo"
url "https://github.com/centrifugal/centrifugo/releases/download/v1.7.1/centrifugo-1.7.1-darwin-amd64.zip"
sha256 "4a19664add41a343af0cd911b4392765f52273a0d3025b42bafd852bc81e4b17"
url "https://github.com/centrifugal/centrifugo/releases/download/v1.7.2/centrifugo-1.7.2-darwin-amd64.zip"
sha256 "b43b062211330249d83738f81922235f7d5917d7d90164a865252348b6793aad"

def install
system "chmod", "+x", "centrifugo"
Expand Down

0 comments on commit f6a88fd

Please sign in to comment.