From c7a48e52d6862f46e3e34fb718c42c1190515fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 20 May 2020 05:37:22 +0200 Subject: [PATCH] libucontext: update to 0.11 --- srcpkgs/libucontext/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libucontext/template b/srcpkgs/libucontext/template index 4a09cc4b537..96bb0040909 100644 --- a/srcpkgs/libucontext/template +++ b/srcpkgs/libucontext/template @@ -1,6 +1,6 @@ # Template file for 'libucontext' pkgname=libucontext -version=0.10 +version=0.11 revision=1 archs="*-musl" wrksrc="${pkgname}-${pkgname}-${version}" @@ -9,7 +9,7 @@ maintainer="Jürgen Buchmüller " license="ISC" homepage="https://github.com/kaniini/libucontext" distfiles="https://github.com/kaniini/libucontext/archive/${pkgname}-${version}.tar.gz" -checksum=e77dee222a31d6ad66c7668ceab197ac683349ab943f66cfe8c324324778ac9f +checksum=ec122a4bca8f75922082c4f4d81b09ff3e950906d7f5504e0bce367ec9a6fceb case "${XBPS_TARGET_MACHINE}" in arm*) export LIBUCONTEXT_ARCH="arm";;