summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Gar2023-05-19 11:47:14 +0200
committerS Gar2023-05-19 11:47:14 +0200
commit946b746fbb3b30dde323bf8afe17d96065e18562 (patch)
tree03abd8e465f7bd1e38bd2d65e39d158a403bd8cd
parent0f2a013269c12bfa81ea491461520bd402333afa (diff)
downloadaur-946b746fbb3b30dde323bf8afe17d96065e18562.tar.gz
Update to 13.7.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60f42f8b0228..df3147fde8a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 13.7.0
+ pkgver = 13.7.5
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/v13.7.0.tar.gz
- sha256sums = 23052b5e12b154f9325065d2c03bdee60499f0d255895482b3ce31e115364775
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v13.7.5.tar.gz
+ sha256sums = 720ddefe879982e1780bea7669ca7678a0ef9cd95964b51e484fbe33e60d0922
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 27bb88c846cc..b8f47798ff1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=13.7.0
+pkgver=13.7.5
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=('23052b5e12b154f9325065d2c03bdee60499f0d255895482b3ce31e115364775')
+sha256sums=('720ddefe879982e1780bea7669ca7678a0ef9cd95964b51e484fbe33e60d0922')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"