summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Hills2023-11-22 13:43:32 +1300
committerJesse Hills2023-11-22 13:43:32 +1300
commit7597835ddad3d31e47e0e635d276f31a4394338a (patch)
treea759d824fa89d9cfcf4698535231343c3b33826f
parent77cfcea43b9feb9dca2c91448b9cf7c7040c1ba7 (diff)
downloadaur-7597835ddad3d31e47e0e635d276f31a4394338a.tar.gz
Update to 18.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daf55f4bf7a6..7e2f49c68c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 18.4.0
+ pkgver = 18.5.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/v18.4.0.tar.gz
- sha256sums = 8070d2a98851280760fd6e9a4c4884fd9afa7bc300481ccc089ee687ea473468
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v18.5.2.tar.gz
+ sha256sums = ef73c55c46ea11aa9ce6edce9eef04f68d358acb16f6329377243caaa9a06d94
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 39ff1093f035..f1d89f4be9c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=18.4.0
+pkgver=18.5.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=('8070d2a98851280760fd6e9a4c4884fd9afa7bc300481ccc089ee687ea473468')
+sha256sums=('ef73c55c46ea11aa9ce6edce9eef04f68d358acb16f6329377243caaa9a06d94')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"