Date: Wednesday, November 23, 2022 @ 09:44:03 Author: jelle Revision: 1352022
upgpkg: esptool 4.4-1 Modified: esptool/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-23 09:14:51 UTC (rev 1352021) +++ PKGBUILD 2022-11-23 09:44:03 UTC (rev 1352022) @@ -4,8 +4,8 @@ # Contributor: MatejSpindler <[email protected]> pkgname=esptool -pkgver=4.3 -pkgrel=2 +pkgver=4.4 +pkgrel=1 pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266" arch=('any') url="https://github.com/espressif/esptool" @@ -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=('aa761dae802d67553096698b40a97ae1fa33995dbc81a16a521ffa3ed1ec87470b1457853e4a1aaedfb94c46770e58712a25cac62a4bd05d85503881e507b493') +sha512sums=('97d44a5553be380a2d26469bea42b6995c0d97fa3d50e0f6c1673548801983243d204d140ecfc17ee6c9f9c6580e6c6c42a6e953655a06053fa56064af650cf8') build() { cd "${pkgname}-${pkgver}"
