mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
memcached: update to 1.5.11.
This commit is contained in:
parent
67957f45ed
commit
91080eb215
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'memcached'
|
# Template file for 'memcached'
|
||||||
pkgname=memcached
|
pkgname=memcached
|
||||||
version=1.5.10
|
version=1.5.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-seccomp"
|
configure_args="--enable-seccomp"
|
||||||
|
@ -9,9 +9,9 @@ short_desc="A distributed memory object caching system"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.memcached.org"
|
homepage="http://www.memcached.org"
|
||||||
changelog=https://github.com/memcached/memcached/wiki/ReleaseNotes
|
changelog="https://github.com/memcached/memcached/wiki/ReleaseNotes${version//./}"
|
||||||
distfiles="http://memcached.org/files/${pkgname}-${version}.tar.gz"
|
distfiles="http://memcached.org/files/${pkgname}-${version}.tar.gz"
|
||||||
checksum=494c060dbd96d546c74ab85a3cc3984d009b4423767ac33e05dd2340c01f1c4b
|
checksum=697a91f8455865ca2625713c6ec56cb5f6b9541778f61d08bf34f0a131a2582a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue