summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Hills2023-07-20 08:12:25 +1200
committerJesse Hills2023-07-20 08:12:25 +1200
commit0b938a8502163b6bc47681c1aacf0ed2dbb033d8 (patch)
tree6dcaf35cf80c1a820251570a7606ef179cba0e94
parenta0530b954eff6f6d887fd38a6fb5e4d272df3ca4 (diff)
downloadaur-0b938a8502163b6bc47681c1aacf0ed2dbb033d8.tar.gz
Update to v15.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed67ea2d0953..0feb6a49cc37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 14.0.0
+ pkgver = 15.0.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/v14.0.0.tar.gz
- sha256sums = dd5dcfd59dc38a1c70e9d16e0968b9064520b047572902462548e0c346b1fece
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v15.0.0.tar.gz
+ sha256sums = 80ce27d21fbd7a08e01f37b7927dc51caa34ec253aa387418428385f19990d7c
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index dce8c7b2d191..1bd3f303811c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=14.0.0
+pkgver=15.0.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=('dd5dcfd59dc38a1c70e9d16e0968b9064520b047572902462548e0c346b1fece')
+sha256sums=('80ce27d21fbd7a08e01f37b7927dc51caa34ec253aa387418428385f19990d7c')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"