summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2022-08-17 17:18:00 +0200
committerS Garnica2022-08-17 17:18:00 +0200
commite49576dbe901243a4484b7b047fda644264ef4c4 (patch)
treecf945ec8257f7e2d9146e20986ad190ec1940440
parentc6e0a481e6025e356a35d7a59ff03520684b2578 (diff)
downloadaur-e49576dbe901243a4484b7b047fda644264ef4c4.tar.gz
Update to 10.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f75eaa96be8..9c3db2c6bf0b 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.8.2
+ pkgver = 10.11.0
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.8.2.tar.gz
- sha256sums = 5ab971ef9a0b92662c87132ea0a403df80fc9619480d55f3f66ab2c1ca06ce55
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v10.11.0.tar.gz
+ sha256sums = f4c6f6568b242760522ea2e039251c60c7b33309eb759f2f7663dc153fcfbd2b
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 22175edea22c..293ab9040ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=10.8.2
+pkgver=10.11.0
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=('5ab971ef9a0b92662c87132ea0a403df80fc9619480d55f3f66ab2c1ca06ce55')
+sha256sums=('f4c6f6568b242760522ea2e039251c60c7b33309eb759f2f7663dc153fcfbd2b')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"