summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2020-12-10 16:07:04 +0100
committerPeter Züger2020-12-10 16:07:04 +0100
commit89c81210a980fbd156c078a2434ad08019620a6c (patch)
tree9115f713ea992ab8780645dbbe7e1071a05f6680
parent3d20f6d683a16a7fb8d90fa2b0c33643a006cf93 (diff)
downloadaur-89c81210a980fbd156c078a2434ad08019620a6c.tar.gz
fixed: version upgrade 0.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ad1bbde6b1f..6ff1205d66c2 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.11
+ pkgver = 0.12
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/14/05/5ff6656c6737da474d6a35a46959b4d8ef37471846f18e2dad2d3befa165/mpy-repl-tool-0.11.tar.gz
- md5sums = a3ca4281da6b584a0bad07d9667234cd
+ source = https://files.pythonhosted.org/packages/36/a3/5799b2d57449b3247afb464ec9720ecfdbf1ecec763d6e31f430811e5456/mpy-repl-tool-0.12.tar.gz
+ md5sums = 6000e36e66c63d352b86f447221393a4
pkgname = mpy-repl-tool
diff --git a/PKGBUILD b/PKGBUILD
index 6785772c2992..a6ed73e6e2ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('custom')
makedepends=('python-setuptools')
depends=(python-pyserial python-colorama)
optdepends=('python-fusepy: for mounting the micropython filesystem')
-source=(https://files.pythonhosted.org/packages/36/a3/5799b2d57449b3247afb464ec9720ecfdbf1ecec763d6e31f430811e5456/${pkgname}-${pkgver}.tar.gz
+source=(https://files.pythonhosted.org/packages/36/a3/5799b2d57449b3247afb464ec9720ecfdbf1ecec763d6e31f430811e5456/${pkgname}-${pkgver}.tar.gz)
md5sums=('6000e36e66c63d352b86f447221393a4')
build() {