diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/beansdb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/beansdb.rb b/Library/Formula/beansdb.rb index a6b114183..c563b9145 100644 --- a/Library/Formula/beansdb.rb +++ b/Library/Formula/beansdb.rb @@ -2,8 +2,8 @@ require 'formula' class Beansdb < Formula homepage 'https://github.com/douban/beansdb' - url 'https://github.com/douban/beansdb/archive/v0.5.9.tar.gz' - sha1 '79dc0f48d00d1820b4310136936c536316cc1c08' + url 'https://github.com/douban/beansdb/archive/v0.6.tar.gz' + sha1 '9099ce607ff3c3eba251ee34ae65a08c4e3715b9' head 'https://github.com/douban/beansdb.git', :branch => 'master' |
