micropython: update to 1.5.
This commit is contained in:
parent
2722ed2f1e
commit
246255baa3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'micropython'
|
||||
pkgname=micropython
|
||||
version=1.4.6
|
||||
version=1.5
|
||||
revision=1
|
||||
build_wrksrc=unix
|
||||
hostmakedepends="pkg-config python python3.4"
|
||||
|
@ -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=b5ae9fdcc85ec11a932cc2369aa7eee667e7f3cea950441e9889e62555aeea81
|
||||
checksum=4ba128def442275ef528c210d8d3dc6d6e12460069a570706b5fbdb6b4a6a25f
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||
|
|
Loading…
Reference in New Issue