[arch-commits] Commit in esptool/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Aug 20 14:09:07 UTC 2018
Date: Monday, August 20, 2018 @ 14:09:07
Author: jelle
Revision: 372875
upgpkg: esptool 2.5.0-1
Modified:
esptool/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-20 13:42:24 UTC (rev 372874)
+++ PKGBUILD 2018-08-20 14:09:07 UTC (rev 372875)
@@ -4,7 +4,7 @@
# Contributor: MatejSpindler <spindler.matej at gmail.com>
pkgname=esptool
-pkgver=2.4.1
+pkgver=2.5.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=('python-pyserial')
source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz")
-md5sums=('87ae993db672eb575e410a7210d9d9e5')
+md5sums=('63985fac392c950d890912a7f36257e2')
package() {
cd "esptool-${pkgver}"
More information about the arch-commits
mailing list