diff options
author | mva <mva@FreeBSD.org> | 2014-09-24 16:10:20 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-09-24 16:10:20 +0800 |
commit | f449002cfd65bcb9e0ee799f70a2fc826b137f8d (patch) | |
tree | 730e58534e641dd3a44a06ebfd0cd97d5eff2ae6 /lang | |
parent | 6455b5758584035c079e31c15c11311514a9a834 (diff) | |
download | freebsd-ports-gnome-f449002cfd65bcb9e0ee799f70a2fc826b137f8d.tar.gz freebsd-ports-gnome-f449002cfd65bcb9e0ee799f70a2fc826b137f8d.tar.zst freebsd-ports-gnome-f449002cfd65bcb9e0ee799f70a2fc826b137f8d.zip |
- Update to version 1.3.1
Changelog: https://github.com/micropython/micropython/releases/tag/v1.3.1
Diffstat (limited to 'lang')
-rw-r--r-- | lang/micropython/Makefile | 8 | ||||
-rw-r--r-- | lang/micropython/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index 653390bdc057..fa52a7861a12 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= micropython -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 CATEGORIES= lang python MAINTAINER= mva@FreeBSD.org @@ -11,13 +11,13 @@ LICENSE= MIT LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -USES= gmake pkgconfig python:build readline shebangfix +USES= gmake pkgconfig python:build readline shebangfix USE_GITHUB= yes GH_ACCOUNT= micropython GH_PROJECT= micropython -GH_TAGNAME= v1.2 -GH_COMMIT= d94863d +GH_TAGNAME= v1.3.1 +GH_COMMIT= 0f6d298 PLIST_FILES= bin/micropython diff --git a/lang/micropython/distinfo b/lang/micropython/distinfo index 083665805d39..ca39aa64107e 100644 --- a/lang/micropython/distinfo +++ b/lang/micropython/distinfo @@ -1,2 +1,2 @@ -SHA256 (micropython-1.2.tar.gz) = 45220badf244817ab8e04941e3fb4a49d5b8748190e3ee7eeb2b0e8bfd6a7fb8 -SIZE (micropython-1.2.tar.gz) = 4170808 +SHA256 (micropython-1.3.1.tar.gz) = c65cff07c1fba2e7aa75f62a53da4721635ff528fef28e98c5746c87d5f553bc +SIZE (micropython-1.3.1.tar.gz) = 4328886 |