[arch-commits] Commit in esptool/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed Jun 21 20:11:52 UTC 2017
Date: Wednesday, June 21, 2017 @ 20:11:51
Author: jelle
Revision: 239381
upgpkg: esptool 2.0-1
Modified:
esptool/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-21 19:57:31 UTC (rev 239380)
+++ PKGBUILD 2017-06-21 20:11:51 UTC (rev 239381)
@@ -4,7 +4,7 @@
# Contributor: MatejSpindler <spindler.matej at gmail.com>
pkgname=esptool
-pkgver=1.3
+pkgver=2.0
pkgrel=1
pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
arch=('any')
@@ -13,7 +13,7 @@
makedepends=('git')
depends=('python2-pyserial')
source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz")
-md5sums=('dbb0b9ba90d58e97d44a0602293b8f6c')
+md5sums=('39c9293dd434f8f4b1348e53514a05c2')
prepare() {
cd "esptool-${pkgver}"
More information about the arch-commits
mailing list