Skip to content

Commit

Permalink
Merge pull request #1 from BitPerformanceLabs/redis-231
Browse files Browse the repository at this point in the history
Update Redis to 3.2.1
  • Loading branch information
jefflewis authored Jul 12, 2016
2 parents 21fe25e + 5e2738a commit 0bd5ca4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/Darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ redis::port: '16379'
redis::pidfile: "%{::boxen::config::datadir}/redis/pid"
redis::executable: "%{::boxen::config::homebrewdir}/bin/redis-server"
redis::package: 'boxen/brews/redis'
redis::version: '3.0.5-boxen1'
redis::version: '3.2.1-boxen1'
redis::servicename: 'dev.redis'
6 changes: 3 additions & 3 deletions files/brews/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

class Redis < Formula
homepage 'http://redis.io/'
url 'http://download.redis.io/releases/redis-3.0.7.tar.gz'
sha256 'b2a791c4ea3bb7268795c45c6321ea5abcc24457178373e6a6e3be6372737f23'
url 'http://download.redis.io/releases/redis-3.2.1.tar.gz'
sha256 'df7bfb7b527d99981eba3912ae22703764eb19adda1357818188b22fdd09d5c9'

version '3.0.7-boxen1'
version '3.2.1-boxen1'

def install
# Architecture isn't detected correctly on 32bit Snow Leopard without help
Expand Down

0 comments on commit 0bd5ca4

Please sign in to comment.