summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Maslowski2019-06-12 06:50:15 +0200
committerDaniel Maslowski2019-06-12 06:50:15 +0200
commitcd275c540257c56f3120c177fa95efe961ad2126 (patch)
tree905af7b353a0e9c21cd7367deca4a181c454d341
parent2a83a1532b3226aab29edc848c17dd3e88a94388 (diff)
downloadaur-cd275c540257c56f3120c177fa95efe961ad2126.tar.gz
v0.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 466c80bfb7cf..a2a212ee4712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu May 31 00:26:32 UTC 2018
pkgbase = mpfshell
pkgdesc = A simple shell based file explorer for ESP8266 Micropython based devices
- pkgver = 0.8.1
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/wendlers/mpfshell
arch = any
@@ -12,8 +10,8 @@ pkgbase = mpfshell
depends = python-colorama
depends = python-websocket-client
options = !emptydirs
- source = https://github.com/wendlers/mpfshell/archive/0.8.1.tar.gz
- sha512sums = a9107c031431eab53f514e6b16adb19551f0058d43b03e3fd1100faa3013f1fdcbcd5aca45e4dcc73ee5a318f40ae611eb0ad17eff9178fcfe65a093f581c6a5
+ source = https://github.com/wendlers/mpfshell/archive/v0.9.1.tar.gz
+ sha512sums = 87eaa329077c0e89c7f018b78a988c7f0b1c54d940fda988de5b79f1580146104df3e8d7bc42b9c5a9fe2aa1e3062c6e20c1427fed71aceaa8770cbd8b66d535
pkgname = mpfshell
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"