summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2021-10-21 18:16:35 +0200
committerS Garnica2021-10-21 18:16:35 +0200
commit0fef665d6036b35b2ff486b4e5516c5659776291 (patch)
tree69d0e49c5c731eb8a5c854bd5ede108df59ca3ad
parentd8d1a01d465b89c617c5e29db47f6fad7d74edcb (diff)
downloadaur-0fef665d6036b35b2ff486b4e5516c5659776291.tar.gz
Update to 10.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b28c06ae2e..f4d32d48ecb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 10.0.0
+ pkgver = 10.0.2
pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-aioesphomeapi
depends = python-protobuf
depends = python-zeroconf
depends = python-noiseprotocol-git
- source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v10.0.0.tar.gz
- sha256sums = b1db800d9146a66cf9a20b6d48f99c0d01cdf76aee2aedb25925fea8fa7b9a09
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v10.0.2.tar.gz
+ sha256sums = c7ebb089d780aba0762a8dfc8433e98a0f7c54905630f872cbcfb3a241b0068e
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index a0b5530f988c..9723a43adfbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=10.0.0
+pkgver=10.0.2
pkgrel=1
pkgdesc="Python Client for ESPHome native API. Used by Home Assistant."
url="https://github.com/esphome/aioesphomeapi"
@@ -13,7 +13,7 @@ depends=('python-setuptools'
license=('MIT')
arch=('any')
source=("https://github.com/esphome/aioesphomeapi/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('b1db800d9146a66cf9a20b6d48f99c0d01cdf76aee2aedb25925fea8fa7b9a09')
+sha256sums=('c7ebb089d780aba0762a8dfc8433e98a0f7c54905630f872cbcfb3a241b0068e')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"