[arch-commits] Commit in esptool/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon May 31 19:12:58 UTC 2021
Date: Monday, May 31, 2021 @ 19:12:57
Author: jelle
Revision: 952881
upgpkg: esptool 3.1-1
Modified:
esptool/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-31 19:08:55 UTC (rev 952880)
+++ PKGBUILD 2021-05-31 19:12:57 UTC (rev 952881)
@@ -4,16 +4,16 @@
# Contributor: MatejSpindler <spindler.matej at gmail.com>
pkgname=esptool
-pkgver=3.0
+pkgver=3.1
pkgrel=1
pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
arch=('any')
url="https://github.com/espressif/esptool"
license=('GPL2')
-makedepends=('git' 'python-setuptools')
+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=('b522d30b11e9ab4e426009116bf1872e587116b7a3b517f841d34d3e860f6454345be89a2e28b8eef5aa5e59318e991504697644a3f4f90d7e63c037025716eb')
+sha512sums=('5edaaa376932acc9e7ba717fe931ec1e14b80d1eee415fcef4c69b30b375cd61887ac52a20dd1001d215b8d739019d6b9f624d294d8d76ff112e630d52f7f15b')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list