Commit e3ed9480 authored by Casey Strouse's avatar Casey Strouse

Update memcached from 1.5.2 to 1.5.3

This is a bugfix and maintenance release.

Tested as working on Samsung Chromebook Plus (aarch64).
parent b0764b63
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Memcached < Package class Memcached < Package
description 'Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.' description 'Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.'
homepage 'https://memcached.org/' homepage 'https://memcached.org/'
version '1.5.2' version '1.5.3'
source_url 'https://memcached.org/files/memcached-1.5.2.tar.gz' source_url 'https://memcached.org/files/memcached-1.5.3.tar.gz'
source_sha256 '9ac93113bdb5d037e79c61277386564ac2e5e31d49e594f11e554e4c149b7245' source_sha256 '258cc3ddb7613685465acfd0215f827220a3bbdd167fd2c080632105b2d2f3ce'
binary_url ({ binary_url ({
}) })
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment