summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2020-04-14 23:00:54 +0200
committerPeter Züger2020-04-14 23:00:54 +0200
commit769b0bb7fd06759d0a017466a2ed960f555f46ea (patch)
treec06717e72a0dee55d67dc6767dc1b66d977c47b9
parent8327469a19f7083f8404be82b1facfbad37facab (diff)
downloadaur-769b0bb7fd06759d0a017466a2ed960f555f46ea.tar.gz
version upgrade 0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1a9f2dce677..1ad1bbde6b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpy-repl-tool
pkgdesc = Communicate and transfer files from and to MicroyPython boards via REPL
- pkgver = 0.10
+ pkgver = 0.11
pkgrel = 1
url = https://github.com/zsquareplusc/mpy-repl-tool
arch = any
@@ -9,8 +9,8 @@ pkgbase = mpy-repl-tool
depends = python-pyserial
depends = python-colorama
optdepends = python-fusepy: for mounting the micropython filesystem
- source = https://files.pythonhosted.org/packages/8d/55/9f37c714fdfab9f591ac4c245910b0dd1c76fd8175935373ff97ec9f884d/mpy-repl-tool-0.10.tar.gz
- md5sums = b1ddf7d9620672a206fce499ad2cb5b7
+ source = https://files.pythonhosted.org/packages/14/05/5ff6656c6737da474d6a35a46959b4d8ef37471846f18e2dad2d3befa165/mpy-repl-tool-0.11.tar.gz
+ md5sums = a3ca4281da6b584a0bad07d9667234cd
pkgname = mpy-repl-tool
diff --git a/PKGBUILD b/PKGBUILD
index 28222bf0d74e..ce0c766fec66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mpy-repl-tool
_pkgname=mpy-repl-tool
-pkgver=0.10
+pkgver=0.11
pkgrel=1
pkgdesc="Communicate and transfer files from and to MicroyPython boards via REPL"
arch=('any')
@@ -11,8 +11,8 @@ license=('custom')
makedepends=('python-setuptools')
depends=(python-pyserial python-colorama)
optdepends=('python-fusepy: for mounting the micropython filesystem')
-source=(https://files.pythonhosted.org/packages/8d/55/9f37c714fdfab9f591ac4c245910b0dd1c76fd8175935373ff97ec9f884d/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b1ddf7d9620672a206fce499ad2cb5b7')
+source=(https://files.pythonhosted.org/packages/14/05/5ff6656c6737da474d6a35a46959b4d8ef37471846f18e2dad2d3befa165/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a3ca4281da6b584a0bad07d9667234cd')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"