summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2019-01-16 16:44:45 -0500
committerKyle Keen2019-01-16 16:44:45 -0500
commiteceead753ec5983884863e5f108512ef529f4bc6 (patch)
treeec9a11f6213ebc361b0e6d0bf88b30c92d31421a
parent14c8e5b15cb48baf7f49d4545348ff3c3451887e (diff)
downloadaur-eceead753ec5983884863e5f108512ef529f4bc6.tar.gz
1.9.4 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0fc15e2a4f1..2185ce1af15d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 4 22:40:21 UTC 2018
+# Wed Jan 16 21:44:43 UTC 2019
pkgbase = micropython
pkgdesc = Python3 for microcontrollers, with stdlib. (unix version)
- pkgver = 1.9.3
+ pkgver = 1.9.4
pkgrel = 1
url = http://micropython.org/
arch = i686
@@ -15,12 +15,12 @@ pkgbase = micropython
depends = libffi
depends = mbedtls
options = !emptydirs
- source = mpy-1.9.3.tgz::https://github.com/micropython/micropython/archive/v1.9.3.tar.gz
+ source = mpy-1.9.4.tgz::https://github.com/micropython/micropython/archive/v1.9.4.tar.gz
source = mlib-1.9.3.tgz::https://github.com/micropython/micropython-lib/archive/v1.9.3.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 = 64f6f32939db936a7c3ef9e78de89f4a
+ md5sums = 5091802d5d9b7dd47e80ea6fc084ca6c
md5sums = 1752ce13e851a671a07ce3f7a807b21c
md5sums = e11da4ef04499030d1eff69b474f34f0
md5sums = 9066486bcab807f7ddaaf2596348c1db
diff --git a/PKGBUILD b/PKGBUILD
index cd5c8f2bf0ac..c6b474aaf755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgbase=micropython
pkgname=(micropython micropython-lib)
-pkgver=1.9.3
+pkgver=1.9.4
_libver=1.9.3
# 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=('64f6f32939db936a7c3ef9e78de89f4a'
+md5sums=('5091802d5d9b7dd47e80ea6fc084ca6c'
'1752ce13e851a671a07ce3f7a807b21c'
'e11da4ef04499030d1eff69b474f34f0'
'9066486bcab807f7ddaaf2596348c1db'