summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2023-05-10 18:43:06 +0200
committerS Garnica2023-05-10 18:43:06 +0200
commit80d4876dcd6711c9b83997719aa6829e79862b46 (patch)
tree26bcb2f5ca91f9f5d8aa0550f4dc4931c4f0a8b9 /PKGBUILD
parent2f731b2670561b39ccd310f64eff92e391ad0098 (diff)
downloadaur-80d4876dcd6711c9b83997719aa6829e79862b46.tar.gz
Update to 2023.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76a4fe622a77..b717d4753d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.4.0
+pkgver=2023.4.4
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=('7235ce52c91f5cd50b66c1983a6f7609ae532c7b01118e61bdd0fdf942f86ce1')
+sha256sums=('09fe9fe99ed97bfd4c87db008f64ee20d8d3694965820e21a9e6616859662eaf')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"