summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0935658ba04a..3c3d536a11de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 24 17:57:33 UTC 2017
+# Wed Jul 12 14:17:27 UTC 2017
pkgbase = micropython
pkgdesc = Python3 for microcontrollers, with stdlib. (unix version)
- pkgver = 1.8.7
+ pkgver = 1.9.1
pkgrel = 1
url = http://micropython.org/
arch = i686
@@ -15,13 +15,13 @@ pkgbase = micropython
depends = libffi
depends = mbedtls
options = !emptydirs
- source = mpy-1.8.7.tgz::https://github.com/micropython/micropython/archive/v1.8.7.tar.gz
- source = mlib-1.8.6.tgz::https://github.com/micropython/micropython-lib/archive/v1.8.6.tar.gz
+ source = mpy-1.9.1.tgz::https://github.com/micropython/micropython/archive/v1.9.1.tar.gz
+ source = mlib-1.9.tgz::https://github.com/micropython/micropython-lib/archive/v1.9.tar.gz
source = axtls-1.8.2.tgz::https://github.com/pfalcon/axtls/archive/v1.8.2.tar.gz
source = ffi-3.2.1.tgz::https://github.com/libffi/libffi/archive/v3.2.1.tar.gz
source = bdb.tgz::https://github.com/pfalcon/berkeley-db-1.xx/archive/embedded.tar.gz
- md5sums = 80fd6b88c05ed20886acfd2fb1ea2e11
- md5sums = e0b313e7d6378f52607844fd30d79630
+ md5sums = fab14570403953aca1ef526c7ea3a175
+ md5sums = 56dff4526bc435bd5a4c74bf52cbd5e1
md5sums = e11da4ef04499030d1eff69b474f34f0
md5sums = 9066486bcab807f7ddaaf2596348c1db
md5sums = 14ba0a830ddb10a309f0f1965f05cf84
diff --git a/PKGBUILD b/PKGBUILD
index d9ab1bf1b6d8..a5ebfa72a710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgbase=micropython
pkgname=(micropython micropython-lib)
-pkgver=1.8.7
-_libver=1.8.6
+pkgver=1.9.1
+_libver=1.9
# stupid submodules
_axver=1.8.2
_ffiver=3.2.1
@@ -21,8 +21,8 @@ source=("mpy-$pkgver.tgz::https://github.com/micropython/micropython/archive/v$p
"bdb.tgz::https://github.com/pfalcon/berkeley-db-1.xx/archive/embedded.tar.gz") # submodule with no releases!
# What about the lwip submodule? The repo is GONE. You didn't need an IP stack anyway.
# Maybe http://download.savannah.gnu.org/releases/lwip/lwip-2.0.0.zip is it?
-md5sums=('80fd6b88c05ed20886acfd2fb1ea2e11'
- 'e0b313e7d6378f52607844fd30d79630'
+md5sums=('fab14570403953aca1ef526c7ea3a175'
+ '56dff4526bc435bd5a4c74bf52cbd5e1'
'e11da4ef04499030d1eff69b474f34f0'
'9066486bcab807f7ddaaf2596348c1db'
'14ba0a830ddb10a309f0f1965f05cf84')