summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2023-09-19 16:57:53 +0200
committerPeter Züger2023-09-19 16:57:53 +0200
commitd7ab9911f7ccadc0e58c03a6fab45c5631a4e4dc (patch)
tree46d0ac2dffb65589e98474870214471677e86072
parent3729fc04710de7348c85de7aaac14d176fa09cb6 (diff)
downloadaur-d7ab9911f7ccadc0e58c03a6fab45c5631a4e4dc.tar.gz
version upgrade 0.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ad501be756b..37d59f5cb46a 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.13
+ pkgver = 0.14
pkgrel = 1
url = https://github.com/zsquareplusc/mpy-repl-tool
arch = any
@@ -9,7 +9,7 @@ pkgbase = mpy-repl-tool
depends = python-pyserial
depends = python-colorama
optdepends = python-fusepy: for mounting the micropython filesystem
- source = https://files.pythonhosted.org/packages/44/6c/7b90f0db24cb83964dca4832af5c969722feff108c479fa8185a225d88e2/mpy-repl-tool-0.13.tar.gz
- sha256sums = 713bb1ed19a50ebbdfbce42b48f189f09394b02e9e1c46652633bd7c4b18d373
+ source = https://files.pythonhosted.org/packages/b4/26/b99dc586ef4e6fa598d0c71e3f3e9ca9e307423dc082a39a06149fe55585/mpy-repl-tool-0.14.tar.gz
+ sha256sums = 58c06ae6f1686dda1b3948c4564ac6df6228f74da7838303a03a5243cec8b909
pkgname = mpy-repl-tool
diff --git a/PKGBUILD b/PKGBUILD
index ca3e67ed4f08..8b2d26848fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mpy-repl-tool
_pkgname=mpy-repl-tool
-pkgver=0.13
+pkgver=0.14
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/44/6c/7b90f0db24cb83964dca4832af5c969722feff108c479fa8185a225d88e2/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('713bb1ed19a50ebbdfbce42b48f189f09394b02e9e1c46652633bd7c4b18d373')
+source=("https://files.pythonhosted.org/packages/b4/26/b99dc586ef4e6fa598d0c71e3f3e9ca9e307423dc082a39a06149fe55585/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('58c06ae6f1686dda1b3948c4564ac6df6228f74da7838303a03a5243cec8b909')
build() {