micropython: update to 1.23.0.

Closes: #50826 [via git-merge-pr]
This commit is contained in:
Suyun114 2024-06-13 11:51:57 +08:00 committed by classabbyamp
parent 611a668f32
commit eb538a4f7f
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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 <orphan@voidlinux.org>"
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