summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2017-08-23 14:14:30 -0400
committerKyle Keen2017-08-23 14:14:30 -0400
commita5a9158a2c9b20c9baeab1eb9679805c31954321 (patch)
tree6e75c6277b43fb95429e436ad6c6cbc4e89aa0cd
parent49a31d13169ce69e9b2dd142ea82f9164dd9518b (diff)
downloadaur-a5a9158a2c9b20c9baeab1eb9679805c31954321.tar.gz
1.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c3d536a11de..cd13fa50fba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 12 14:17:27 UTC 2017
+# Wed Aug 23 18:14:28 UTC 2017
pkgbase = micropython
pkgdesc = Python3 for microcontrollers, with stdlib. (unix version)
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = http://micropython.org/
arch = i686
@@ -15,12 +15,12 @@ pkgbase = micropython
depends = libffi
depends = mbedtls
options = !emptydirs
- source = mpy-1.9.1.tgz::https://github.com/micropython/micropython/archive/v1.9.1.tar.gz
+ source = mpy-1.9.2.tgz::https://github.com/micropython/micropython/archive/v1.9.2.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 = fab14570403953aca1ef526c7ea3a175
+ md5sums = 2aa8cbe99ea94982f9bb6ab2489ffbd8
md5sums = 56dff4526bc435bd5a4c74bf52cbd5e1
md5sums = e11da4ef04499030d1eff69b474f34f0
md5sums = 9066486bcab807f7ddaaf2596348c1db
diff --git a/PKGBUILD b/PKGBUILD
index a5ebfa72a710..f23be4036209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgbase=micropython
pkgname=(micropython micropython-lib)
-pkgver=1.9.1
+pkgver=1.9.2
_libver=1.9
# stupid submodules
_axver=1.8.2
@@ -21,7 +21,7 @@ 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=('fab14570403953aca1ef526c7ea3a175'
+md5sums=('2aa8cbe99ea94982f9bb6ab2489ffbd8'
'56dff4526bc435bd5a4c74bf52cbd5e1'
'e11da4ef04499030d1eff69b474f34f0'
'9066486bcab807f7ddaaf2596348c1db'