aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2018-09-06 08:10:23 +0000
committerAndy Postnikov <apostnikov@gmail.com>2018-09-06 14:06:49 +0300
commit37a296f1be90660d2447061b938d20474094ab5c (patch)
treec9e6bbaf46e5f51ec0d3fd62ea8f3b7b12098e6d /testing/micropython
parent1c67948b04f36024aab1beb419051ef433a44d41 (diff)
downloadaports-37a296f1be90660d2447061b938d20474094ab5c.tar.bz2
aports-37a296f1be90660d2447061b938d20474094ab5c.tar.xz
testing/micropython: upgrade to 1.9.4
Diffstat (limited to 'testing/micropython')
-rw-r--r--testing/micropython/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD
index 98f226a739..e450bd037f 100644
--- a/testing/micropython/APKBUILD
+++ b/testing/micropython/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Marian <marian.buschsieweke@ovgu.de>
# Maintainer: Marian <marian.buschsieweke@ovgu.de>
pkgname=micropython
-pkgver=1.9.3
+pkgver=1.9.4
pkgrel=0
pkgdesc="A lean and efficient Python implementation for MCUs and constrained systems"
url="http://www.micropython.org/"
@@ -46,6 +46,6 @@ cross() {
install -m755 mpy-cross/mpy-cross "${subpkgdir}/usr/bin/mpy-cross"
}
-sha512sums="d276dc9a300e400f5fd5742bfc8c641c0af2d3b7f3ae9221b811100d85e9c2a6c6c558775183c58dd4be39a31284c596c0e98c9bb2c8e60ce4cf0d83434d0a47 micropython-1.9.3.tar.gz
+sha512sums="aae15ed4251e56261e7ce0db6c86727e62d466e43d3867bb080c21653c0ef3cd25b6ee4b0438fab2ecc838b4b73f7b59ae7a851ad20ef6c38b9eb8667a7dc364 micropython-1.9.4.tar.gz
4c1de6a6477453e846998565402c69d1dd716cf692a3bb55aa16b6991722a94d8364c05f0603b981a7dd9e9af577a3f46910a60d501513af547ebbf3ed574711 0000-unix-mpconfigport.patch
8dbdc52e09f70b5eea461257ebc00031ab9d2c91a9bdbd7522e4ffd1eddddcd0dab3a171361e776543abca827a2f5d6ad01b06c10c8635db861bf79bfa065338 python3.patch"