kore: update to 3.2.1.
This commit is contained in:
parent
a3d0609607
commit
b43147caf1
|
@ -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'
|
||||
pkgname=kore
|
||||
version=3.2.0
|
||||
version=3.2.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
|
@ -11,7 +11,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|||
license="ISC"
|
||||
homepage="https://kore.io"
|
||||
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
|
||||
checksum=24b7a0e0d7f07e1f5a60984feedd37c1aa19a9a5e2c97cccce061b689f8345f8
|
||||
checksum=922bf84fbfc233b7689801f7413966fc4b31390b36335e21b2e2f376fe5aad9a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue