summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28c265fc516b..f64b25ee7506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Maslowski <info@orangecms.org>
pkgname=mpfshell
-pkgver=0.8.1
+pkgver=0.9.1
pkgrel=1
pkgdesc="A simple shell based file explorer for ESP8266 Micropython based devices"
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/wendlers/mpfshell"
license=('MIT')
depends=('python' 'python-pyserial' 'python-colorama' 'python-websocket-client')
options=(!emptydirs)
-source=("https://github.com/wendlers/mpfshell/archive/${pkgver}.tar.gz")
-sha512sums=('a9107c031431eab53f514e6b16adb19551f0058d43b03e3fd1100faa3013f1fdcbcd5aca45e4dcc73ee5a318f40ae611eb0ad17eff9178fcfe65a093f581c6a5')
+source=("https://github.com/wendlers/mpfshell/archive/v${pkgver}.tar.gz")
+sha512sums=('87eaa329077c0e89c7f018b78a988c7f0b1c54d940fda988de5b79f1580146104df3e8d7bc42b9c5a9fe2aa1e3062c6e20c1427fed71aceaa8770cbd8b66d535')
package() {
cd "$srcdir/$pkgname-$pkgver"