summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e46d94128b5e..2a657231f8cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.2.1
+pkgver=2023.2.3
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=('fc4167951df50d44775d367790d2f60826aeba972c9c84b3877a28ddf6342241')
+sha256sums=('cdc1b9d8e3b66ddbc709b0e4c8b95cc37c70deb0692f38a5700a26bba81f8971')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"