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 b717d4753d1d..f1f78670c619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.4.4
+pkgver=2023.5.1
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=('09fe9fe99ed97bfd4c87db008f64ee20d8d3694965820e21a9e6616859662eaf')
+sha256sums=('070d0f13944b1e91731baa7fe5a8580844cfd073244e787f52e8b99a4c302e58')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"