summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2022-09-22 19:14:18 +0200
committerS Garnica2022-09-22 19:14:18 +0200
commit4d20af1f5a3b8d4c796307e02480f997f0bf8e11 (patch)
treebebdf2c3ed5f8c4fa9aed93dcbadb20aebeb7267
parente49576dbe901243a4484b7b047fda644264ef4c4 (diff)
downloadaur-4d20af1f5a3b8d4c796307e02480f997f0bf8e11.tar.gz
Update to 10.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c3db2c6bf0b..d58343a271be 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.11.0
+ pkgver = 10.13.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/v10.11.0.tar.gz
- sha256sums = f4c6f6568b242760522ea2e039251c60c7b33309eb759f2f7663dc153fcfbd2b
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v10.13.0.tar.gz
+ sha256sums = 4403363d5bdec3d757c2ed771b477b97e54934b89f40b158e0af9b76ee2d3286
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 293ab9040ec2..9bdb0b060d59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=10.11.0
+pkgver=10.13.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=('f4c6f6568b242760522ea2e039251c60c7b33309eb759f2f7663dc153fcfbd2b')
+sha256sums=('4403363d5bdec3d757c2ed771b477b97e54934b89f40b158e0af9b76ee2d3286')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"