Date: Sunday, November 14, 2021 @ 15:15:20 Author: jelle Revision: 1047523
upgpkg: esptool 3.2-1 Modified: esptool/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-14 14:54:24 UTC (rev 1047522) +++ PKGBUILD 2021-11-14 15:15:20 UTC (rev 1047523) @@ -4,7 +4,7 @@ # Contributor: MatejSpindler <spindler.ma...@gmail.com> pkgname=esptool -pkgver=3.1 +pkgver=3.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=('5edaaa376932acc9e7ba717fe931ec1e14b80d1eee415fcef4c69b30b375cd61887ac52a20dd1001d215b8d739019d6b9f624d294d8d76ff112e630d52f7f15b') +sha512sums=('5e67b3a17190e051d7706ee2dbbe855488765a7bfed15b15f5a04022c3fbf19112905ba6a672c37b1bac5501d45d477cfff07c004cd83b2d1a111430992cefc1') build() { cd "${pkgname}-${pkgver}"