From 08231b569d89314f88066996670afaddfa101d6e Mon Sep 17 00:00:00 2001 From: Suyun114 Date: Thu, 13 Jun 2024 11:51:57 +0800 Subject: [PATCH] micropython: update to 1.23.0. --- srcpkgs/micropython/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/micropython/template b/srcpkgs/micropython/template index ad61718ae37623..96ca7ed56d4b28 100644 --- a/srcpkgs/micropython/template +++ b/srcpkgs/micropython/template @@ -1,6 +1,6 @@ # Template file for 'micropython' pkgname=micropython -version=1.21.0 +version=1.23.0 revision=1 build_wrksrc=ports/unix hostmakedepends="pkg-config python3" @@ -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.xz" -checksum=abd2152613559d3f44728668346e78be9d93458133a03b700baf222c322fd4d5 +checksum=0ab283c2fc98d466c1ff26692bee46abaeeab55d488a36fc3cb6372cb8fb390d case "$XBPS_TARGET_MACHINE" in arm*-musl) nopie=yes ;; # building with PIE creates text relocations in the binary