summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99d9f3041c21..76b11605ffad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 23.1.1
- pkgrel = 2
+ pkgver = 23.2.0
+ pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-aioesphomeapi
depends = python-chacha20poly1305-reuseable
depends = python-cryptography
depends = python-noiseprotocol-git
- source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v23.1.1.tar.gz
- sha256sums = 2348220e0d83571ccd69abcdef4631279509d6e616345621c4e0cf0d104d7435
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v23.2.0.tar.gz
+ sha256sums = a11fdab02d4bc15af152af26271eeda1845626452a676807997f83ecbda64496
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 295102453a38..24ec123b77de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=23.1.1
-pkgrel=2
+pkgver=23.2.0
+pkgrel=1
pkgdesc="Python Client for ESPHome native API. Used by Home Assistant."
url="https://github.com/esphome/aioesphomeapi"
depends=('python-setuptools'
@@ -17,7 +17,7 @@ depends=('python-setuptools'
license=('MIT')
arch=('any')
source=("https://github.com/esphome/aioesphomeapi/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('2348220e0d83571ccd69abcdef4631279509d6e616345621c4e0cf0d104d7435')
+sha256sums=('a11fdab02d4bc15af152af26271eeda1845626452a676807997f83ecbda64496')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"