micropython: update to 1.6.
This commit is contained in:
parent
b01e877d1e
commit
8875de47f8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'micropython'
|
||||
pkgname=micropython
|
||||
version=1.5.2
|
||||
version=1.6
|
||||
revision=1
|
||||
build_wrksrc=unix
|
||||
hostmakedepends="pkg-config python"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="http://micropython.org/"
|
||||
distfiles="http://github.com/micropython/micropython/archive/v${version}.tar.gz"
|
||||
checksum=3c594ee701622f01c4e9c7abd1c322a0bc6c8af17bea0b0126812cb8e61bb5d9
|
||||
checksum=f8ea3faffa797de1a06c16c8f57c784c665b318ca08ac17f74dcbc95322d47de
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||
|
|
Loading…
Reference in a new issue