kore: update to 3.2.1.
This commit is contained in:
parent
a3d0609607
commit
b43147caf1
2 changed files with 12 additions and 2 deletions
10
srcpkgs/kore/patches/musl.patch
Normal file
10
srcpkgs/kore/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- include/kore/kore.h 2018-12-23 22:58:19.554780573 +0100
|
||||||
|
+++ include/kore/kore.h 2018-12-23 22:58:40.453780146 +0100
|
||||||
|
@@ -44,6 +44,7 @@
|
||||||
|
#include <syslog.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
+#include <signal.h>
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
extern "C" {
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kore'
|
# Template file for 'kore'
|
||||||
pkgname=kore
|
pkgname=kore
|
||||||
version=3.2.0
|
version=3.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://kore.io"
|
homepage="https://kore.io"
|
||||||
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
|
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
|
||||||
checksum=24b7a0e0d7f07e1f5a60984feedd37c1aa19a9a5e2c97cccce061b689f8345f8
|
checksum=922bf84fbfc233b7689801f7413966fc4b31390b36335e21b2e2f376fe5aad9a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue