summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2022-11-17 22:33:33 +0100
committerS Garnica2022-11-17 22:33:33 +0100
commit43e1cd5c50ea100fbcc99f29d4f8dbdd8dbea898 (patch)
tree61bac9a9e074d35ecb5c784eb92522674a64219a
parent4d20af1f5a3b8d4c796307e02480f997f0bf8e11 (diff)
downloadaur-43e1cd5c50ea100fbcc99f29d4f8dbdd8dbea898.tar.gz
Update to 11.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d58343a271be..61c6c5e7e2d2 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.13.0
+ pkgver = 11.4.3
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.13.0.tar.gz
- sha256sums = 4403363d5bdec3d757c2ed771b477b97e54934b89f40b158e0af9b76ee2d3286
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v11.4.3.tar.gz
+ sha256sums = 990a9d46c7b2ad4b583c8f9491be0077ffcd47f1debd8daf7cbbb22b905c8f41
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 9bdb0b060d59..61e158bf27ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=10.13.0
+pkgver=11.4.3
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=('4403363d5bdec3d757c2ed771b477b97e54934b89f40b158e0af9b76ee2d3286')
+sha256sums=('990a9d46c7b2ad4b583c8f9491be0077ffcd47f1debd8daf7cbbb22b905c8f41')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"