summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2023-05-19 11:50:11 +0200
committerS Garnica2023-05-19 11:50:11 +0200
commitfb6f91d685776632b0a86333b33182ef43d78e69 (patch)
tree46f6a91bc7b6b4374fbb8330a56f4ca3d9c5800e /PKGBUILD
parent80d4876dcd6711c9b83997719aa6829e79862b46 (diff)
downloadaur-fb6f91d685776632b0a86333b33182ef43d78e69.tar.gz
Update to 2023.5.1
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}"