micropython: update to 1.5.1.
This commit is contained in:
parent
c9acc9efcd
commit
7e86230f64
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'micropython'
|
||||
pkgname=micropython
|
||||
version=1.5
|
||||
version=1.5.1
|
||||
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=4ba128def442275ef528c210d8d3dc6d6e12460069a570706b5fbdb6b4a6a25f
|
||||
checksum=95cc34089a1e40a992065ff9c9b67c121674c3bd6136a50882054fcac27485c2
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||
|
|
Loading…
Reference in a new issue