diff options
| author | Jack Nagel | 2014-12-08 00:47:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-08 00:47:25 -0500 |
| commit | ecc7f0f2ba55add911518a32b903f32ee70d9e86 (patch) | |
| tree | 5c3494089dacc54276d8c918a807d439281b99b4 /Library/Formula | |
| parent | 58a424b094aed2ba96316ee4d3fe733ef9d8ca98 (diff) | |
| download | homebrew-ecc7f0f2ba55add911518a32b903f32ee70d9e86.tar.bz2 | |
ssdb 1.8.0
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ssdb.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/ssdb.rb b/Library/Formula/ssdb.rb index 0a80cc2c9..a38409d78 100644 --- a/Library/Formula/ssdb.rb +++ b/Library/Formula/ssdb.rb @@ -2,14 +2,11 @@ require 'formula' class Ssdb < Formula homepage "http://ssdb.io/?lang=en" - url "https://github.com/ideawu/ssdb/archive/1.7.0.1.tar.gz" - sha1 "90c06e31a5e7c921363ea88d2595d593d42ff607" + url "https://github.com/ideawu/ssdb/archive/1.8.0.tar.gz" + sha1 "ed9f016bdfef9543a866144fee4a37544f39155e" head "https://github.com/ideawu/ssdb.git" bottle do - sha1 "78f7a3a181202a181c7d02a5dc4fda56fee1535b" => :yosemite - sha1 "dbbee617f78d489526d6c1565013cddc33c53dc1" => :mavericks - sha1 "ca8048fbf774604109d8344dcf1a099eaa4e9f0e" => :mountain_lion end def install |
