[arch-commits] Commit in esptool/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Thu May 19 11:43:05 UTC 2022


    Date: Thursday, May 19, 2022 @ 11:43:05
  Author: jelle
Revision: 1209232

upgpkg: esptool 4.0-1

Modified:
  esptool/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-19 11:25:17 UTC (rev 1209231)
+++ PKGBUILD	2022-05-19 11:43:05 UTC (rev 1209232)
@@ -4,7 +4,7 @@
 # Contributor: MatejSpindler <spindler.matej at gmail.com>
 
 pkgname=esptool
-pkgver=3.3
+pkgver=4.0
 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=('1f1a43832ae5487c570e49c97ca18831371f5a4ac0d4b260fa8b7356c7af40b8514722ded630a6c84e3d59f7fba78c9d70b291d1fa581fc25ea37204ded44363')
+sha512sums=('79964c42b812af58cdcb4ddf67fd9f54645d5027bb0c48da545e759465201d14e9b87558e2424aace063b1db37ac6af57b414752b10864adc9d611a5c9b337ea')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list