Date: Thursday, March 30, 2023 @ 07:09:00 Author: jelle Revision: 1431060
upgpkg: esptool 4.5.1-1 Modified: esptool/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-30 07:08:06 UTC (rev 1431059) +++ PKGBUILD 2023-03-30 07:09:00 UTC (rev 1431060) @@ -4,7 +4,7 @@ # Contributor: MatejSpindler <spindler.ma...@gmail.com> pkgname=esptool -pkgver=4.4 +pkgver=4.5.1 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') depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 'python-reedsolo' 'python-cryptography') source=($pkgname-$pkgver.tar.gz::https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz) -sha512sums=('97d44a5553be380a2d26469bea42b6995c0d97fa3d50e0f6c1673548801983243d204d140ecfc17ee6c9f9c6580e6c6c42a6e953655a06053fa56064af650cf8') +sha512sums=('4b665018eb38796cf785ba0caa20435a1bfa5ad5a50f57207d84242307d354405224ccf216b2cfd8b72602d1f04caa4af38feedc7eb7d8984a1e9e308f8789c4') build() { cd "${pkgname}-${pkgver}"