micropython: update to 1.4.6.
This commit is contained in:
parent
c647c4de41
commit
941a409528
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'micropython'
|
||||
pkgname=micropython
|
||||
version=1.4.5
|
||||
version=1.4.6
|
||||
revision=1
|
||||
build_wrksrc=unix
|
||||
hostmakedepends="pkg-config python python3.4"
|
||||
makedepends="libffi-devel readline-devel"
|
||||
short_desc="Implementation of Python 3.x for microcontrollers"
|
||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://micropython.org/"
|
||||
distfiles="http://github.com/micropython/micropython/archive/v${version}.tar.gz"
|
||||
checksum=46c4968f1b66219e2c7efb69f2eaea52224e62c51b1759a9d98e9af917bda576
|
||||
checksum=b5ae9fdcc85ec11a932cc2369aa7eee667e7f3cea950441e9889e62555aeea81
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||
|
|
Loading…
Reference in a new issue