diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/graylog2-server.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/graylog2-server.rb b/Library/Formula/graylog2-server.rb index a9e49d2a4..43219a171 100644 --- a/Library/Formula/graylog2-server.rb +++ b/Library/Formula/graylog2-server.rb @@ -1,10 +1,9 @@ require 'formula' class Graylog2Server < Formula - url 'https://github.com/downloads/Graylog2/graylog2-server/graylog2-server-0.9.5p1.tar.gz' + url 'https://github.com/downloads/Graylog2/graylog2-server/graylog2-server-0.9.6.tar.gz' homepage 'http://www.graylog2.org/' - md5 '4b68488551c08bd80839a727319b1c98' - version '0.9.5p1' + md5 'c04257c0617555b8fec1580fbfa9ba5a' def install mv "graylog2.conf.example", "graylog2.conf" |
