Skip to content

Commit 1888615

Browse files
committed
micropython: 1.26.0
1 parent eec5042 commit 1888615

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

devel/micropython/Portfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PortGroup legacysupport 1.1
55
#PortGroup makefile 1.0
66

77
name micropython
8-
version 1.25.0
8+
version 1.26.0
99
revision 0
1010
categories devel lang
1111
maintainers {i0ntempest @i0ntempest} openmaintainer
@@ -24,9 +24,9 @@ long_description The MicroPython project aims to put an implementation of Pyt
2424

2525
use_xz yes
2626

27-
checksums rmd160 c6aae080f164a501e5b2d7a29b39f9378dddba17 \
28-
sha256 9fe99ad5808e66bb40d374f5cad187c32c7d1c49cf47f72b38fd453c28c2aebe \
29-
size 109072312
27+
checksums rmd160 d7db75b47a1f7131499ed0c753f9cee9b9a533af \
28+
sha256 a1b8e0f6bf7a8a78b55ac865c46c4c45f9623a86a1785d2063ff1cb3b6e661d7 \
29+
size 110526232
3030

3131
homepage https://micropython.org/
3232
master_sites ${homepage}resources/source/
@@ -89,7 +89,7 @@ subport mpy-cross {
8989
categories-delete lang
9090
categories-append cross
9191
description MicroPython cross compiler utility
92-
long_description mpy-cross is the MicroPython cross compiler utility, used to pre-compile \
92+
long_description ${subport} is the MicroPython cross compiler utility, used to pre-compile \
9393
python files into bytecode suitable for running on your target.
9494

9595
build.dir ${worksrcpath}/${subport}

0 commit comments

Comments
 (0)