Date: Wednesday, May 4, 2022 @ 08:03:30 Author: felixonmars Revision: 1192609
upgpkg: esptool 3.3-1 Modified: esptool/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-04 08:02:16 UTC (rev 1192608) +++ PKGBUILD 2022-05-04 08:03:30 UTC (rev 1192609) @@ -4,8 +4,8 @@ # Contributor: MatejSpindler <spindler.ma...@gmail.com> pkgname=esptool -pkgver=3.2 -pkgrel=2 +pkgver=3.3 +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' '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=('5e67b3a17190e051d7706ee2dbbe855488765a7bfed15b15f5a04022c3fbf19112905ba6a672c37b1bac5501d45d477cfff07c004cd83b2d1a111430992cefc1') +sha512sums=('1f1a43832ae5487c570e49c97ca18831371f5a4ac0d4b260fa8b7356c7af40b8514722ded630a6c84e3d59f7fba78c9d70b291d1fa581fc25ea37204ded44363') build() { cd "${pkgname}-${pkgver}"