minijail: update to 13.
Also switch to official google github mirror
This commit is contained in:
parent
420a085905
commit
7635fbf77e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'minijail'
|
||||
pkgname=minijail
|
||||
version=12
|
||||
version=13
|
||||
revision=1
|
||||
wrksrc="${pkgname}-linux-v${version}"
|
||||
build_style=gnu-makefile
|
||||
|
@ -9,8 +9,8 @@ short_desc="Sandboxing and containment tool used in Chrome OS and Android"
|
|||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://android.googlesource.com/platform/external/minijail"
|
||||
distfiles="https://gitlab.com/chinstrap/minijail/-/archive/linux-v${version}/minijail-linux-v${version}.tar.gz"
|
||||
checksum=2f8ef7a0f0f3b21752fb629b3ff8a5bb713eb448306ccfa34331deff4491ea52
|
||||
distfiles="https://github.com/google/minijail/archive/linux-v${version}.tar.gz"
|
||||
checksum=ab2d31c3aed008ad565eb3081cd6833b9a2421ba31c5cea4b7c401eaac4a9c82
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="bpf.h:110:2: error: #error Unsupported endianness"
|
||||
|
|
Loading…
Reference in New Issue