summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2023-02-15 19:53:18 +0100
committerS Garnica2023-02-15 19:53:18 +0100
commit58d476502789929c51fb1bf568e276af56559cfe (patch)
tree3a6073f1180edf1fd7f190ff0bc94c0242b7aaef
parent9d0659c6595e7bfc59ba2a006dd59b5b1f46afb3 (diff)
downloadaur-58d476502789929c51fb1bf568e276af56559cfe.tar.gz
Update to 13.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6038784787c..cfc4f3698c74 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.0.1
+ pkgver = 13.1.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/v13.0.1.tar.gz
- sha256sums = 68b245f86a5a885a528abc3f7bbc720e5b25e0323b497cb56bcb3cdd07d25a2a
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v13.1.0.tar.gz
+ sha256sums = a29c1cca396219363197be4b1b14ca944c6b3b60e494307848118c6587c1329b
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 487768c6db56..069793efb3bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=13.0.1
+pkgver=13.1.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=('68b245f86a5a885a528abc3f7bbc720e5b25e0323b497cb56bcb3cdd07d25a2a')
+sha256sums=('a29c1cca396219363197be4b1b14ca944c6b3b60e494307848118c6587c1329b')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"