kore: update to 4.2.1.
This commit is contained in:
parent
728a8ea599
commit
595898092f
@ -1,11 +0,0 @@
|
||||
--- a/misc/linux-platform.sh 2020-09-02 14:26:51.393112635 +0200
|
||||
+++ b/misc/linux-platform.sh 2020-09-02 14:28:26.281114976 +0200
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Linux specific defines and system call maps.
|
||||
|
||||
-PLATFORM=$(uname -m)
|
||||
+PLATFORM=${XBPS_TARGET_MACHINE}
|
||||
BASE=$(dirname $0)
|
||||
|
||||
case "$PLATFORM" in
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'kore'
|
||||
pkgname=kore
|
||||
version=4.1.0
|
||||
revision=2
|
||||
version=4.2.1
|
||||
revision=1
|
||||
# arch specific seccomp stuff
|
||||
archs="x86_64* aarch64* ppc64*"
|
||||
build_style=gnu-makefile
|
||||
@ -14,9 +14,11 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="ISC"
|
||||
homepage="https://kore.io"
|
||||
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
|
||||
checksum=b7d73b005fde0ea01c356a54e4bbd8a209a4dff9cf315802a127ce7267efbe61
|
||||
checksum=f76b108a4eefa27c89123f5d6a36b493b171e429be7a85d3dd1466ac87e7f15a
|
||||
disable_parallel_build=yes
|
||||
|
||||
export TARGET_PLATFORM=${XBPS_TARGET_MACHINE}
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user