summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Gar2022-11-23 16:40:35 +0100
committerS Gar2022-11-23 16:40:35 +0100
commit392ee979e937b9dcf75f7681e79ecd0ba379d32e (patch)
tree8ae0967aa43b0299f06cb546b359053ef3b1bb3b /PKGBUILD
parent3f8624977e09b9a1601c742635c4cc4ff80a9c9f (diff)
downloadaur-392ee979e937b9dcf75f7681e79ecd0ba379d32e.tar.gz
Update to 2022.11.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa3dd74a1c48..000e88a32a6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2022.11.1
+pkgver=2022.11.2
pkgrel=1
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
@@ -26,7 +26,7 @@ license=('MIT')
arch=('any')
replaces=('esphomeyaml')
source=("https://github.com/esphome/ESPHome/archive/${pkgver}.tar.gz")
-sha256sums=('f120d37715cdc99f172d93d66c2c6fd165e022cecfc9297f257b3d69deb40b55')
+sha256sums=('7abaea929b50018f3d7e0c072e4c69a2001cdc4bbc758bf1317792a35c281a20')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"