From 59b01b8bfb9ce9eb7935cf791d644a3cd1cc4ecd Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 30 Nov 2020 11:16:42 -0600 Subject: [PATCH] beanstalkd: update to 1.12 --- srcpkgs/beanstalkd/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/beanstalkd/template b/srcpkgs/beanstalkd/template index b903b3582ae..f5fa71f23dd 100644 --- a/srcpkgs/beanstalkd/template +++ b/srcpkgs/beanstalkd/template @@ -1,6 +1,6 @@ # Template file for 'beanstalkd' pkgname=beanstalkd -version=1.11 +version=1.12 revision=1 build_style=gnu-makefile short_desc="Simple, fast, general-purpose work queue" @@ -8,7 +8,7 @@ maintainer="bougyman " license="MIT" homepage="http://kr.github.io/beanstalkd/" distfiles="https://github.com/kr/beanstalkd/archive/v${version}.tar.gz" -checksum=5e3414e49d00e9ef9530897983e56bdba98da6f8f1f30f5fe7e6064b2f68c544 +checksum=f43a7ea7f71db896338224b32f5e534951a976f13b7ef7a4fb5f5aed9f57883f system_accounts="_beanstalkd" replaces="beanstalk>=0" @@ -17,7 +17,6 @@ make_dirs="/var/lib/beanstalkd 755 _beanstalkd _beanstalkd" CFLAGS="-Wno-error" pre_build() { - sed -i 's,sys/fcntl.h,fcntl.h,' sd-daemon.c vsed -i 's,override,,g' Makefile }