summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2020-12-10 16:05:05 +0100
committerPeter Züger2020-12-10 16:05:05 +0100
commit3d20f6d683a16a7fb8d90fa2b0c33643a006cf93 (patch)
tree4152206f766c3b5a247d52c9cfbe27263997dc70
parent769b0bb7fd06759d0a017466a2ed960f555f46ea (diff)
downloadaur-3d20f6d683a16a7fb8d90fa2b0c33643a006cf93.tar.gz
version upgrade 0.12
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce0c766fec66..6785772c2992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mpy-repl-tool
_pkgname=mpy-repl-tool
-pkgver=0.11
+pkgver=0.12
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/14/05/5ff6656c6737da474d6a35a46959b4d8ef37471846f18e2dad2d3befa165/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a3ca4281da6b584a0bad07d9667234cd')
+source=(https://files.pythonhosted.org/packages/36/a3/5799b2d57449b3247afb464ec9720ecfdbf1ecec763d6e31f430811e5456/${pkgname}-${pkgver}.tar.gz
+md5sums=('6000e36e66c63d352b86f447221393a4')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"