[arch-commits] Commit in esptool/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sun Aug 7 13:11:31 UTC 2022
Date: Sunday, August 7, 2022 @ 13:11:30
Author: jelle
Revision: 1260547
upgpkg: esptool 4.2-1
Modified:
esptool/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-07 13:05:58 UTC (rev 1260546)
+++ PKGBUILD 2022-08-07 13:11:30 UTC (rev 1260547)
@@ -4,7 +4,7 @@
# Contributor: MatejSpindler <spindler.matej at gmail.com>
pkgname=esptool
-pkgver=4.1
+pkgver=4.2
pkgrel=1
pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
arch=('any')
@@ -13,7 +13,7 @@
makedepends=('git' 'python-setuptools' 'python-pip')
depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 'python-reedsolo')
source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz")
-sha512sums=('b9df8d361fe1a97f0649fed03abc919df1c2ff118dc4dd05abeec641ba2d16e6c308894bd91657768e03a6801ec9e5393e573b4c3016b624e842fef7c6354b41')
+sha512sums=('4d4f8e130dbf04dbb582e6e1fdc9b74df7f56a7ca227cca62772592b1d5fa23cbe1de6c16e79d0a10e155f983f1e76752d025ed0e8da6735cdd417e4104321dc')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list