Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Grab memcached 1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rgen committed Dec 17, 2013
1 parent cb898de commit 106cfc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions support/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -709,13 +709,14 @@ dependencies () {
using_system "memcached";
else
local le="libevent-2.0.21-stable";
local mc="memcached-1.4.15";
local mc="memcached-1.4.16";
c_dependency -m "b2405cc9ebf264aa47ff615d9de527a2" \
"libevent" "${le}" \
"http://github.com/downloads/libevent/libevent/${le}.tar.gz";
c_dependency -m "36ea966f5a29655be1746bf4949f7f69" \
c_dependency -m "1c5781fecb52d70b615c6d0c9c140c9c" \
"memcached" "${mc}" \
"http://memcached.googlecode.com/files/${mc}.tar.gz";
"http://www.memcached.org/files/${mc}.tar.gz";
# "http://memcached.googlecode.com/files/${mc}.tar.gz";
fi;

if type -P postgres > /dev/null; then
Expand Down

0 comments on commit 106cfc8

Please sign in to comment.