From 6187d8848fcb44706121d2cc71f7c6295f3fdffd Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 4 Dec 2020 18:26:15 +0100 Subject: [PATCH] micropython: update to 1.13. --- srcpkgs/micropython/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/micropython/template b/srcpkgs/micropython/template index 45ba29c81c4..5c88d5e399f 100644 --- a/srcpkgs/micropython/template +++ b/srcpkgs/micropython/template @@ -1,7 +1,7 @@ # Template file for 'micropython' pkgname=micropython -version=1.12 -revision=2 +version=1.13 +revision=1 build_wrksrc=ports/unix hostmakedepends="pkg-config python3" makedepends="libffi-devel" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="MIT" homepage="https://micropython.org/" distfiles="https://github.com/micropython/micropython/releases/download/v${version}/micropython-${version}.tar.gz" -checksum=be2041924496f49b580f06c2d328c7757bbc7b62408abb11841ebeb87302c575 +checksum=9ab32eb2c19a682f6de7e9b4226de849c42cb92e1ecb4cf56438a75d763bd451 case "$XBPS_TARGET_MACHINE" in ppc*) broken="missing nlr_push" ;; @@ -21,7 +21,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then fi pre_configure() { - sed -i 's|-Werror||;/^COPT =/d' Makefile + vsed -i 's|-Werror||;/^COPT =/d' Makefile } do_build() {