summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2023-10-31 21:13:35 +1300
committerJesse Hills2023-10-31 21:13:35 +1300
commitd7485ef1de568bf1ef1e7b0f1bf1efc44f770e7c (patch)
treed5ef34854b090eb2686a436807dfbad9765cfb03 /PKGBUILD
parentc96fa69ce239438b996bb232865d070144abf404 (diff)
downloadaur-d7485ef1de568bf1ef1e7b0f1bf1efc44f770e7c.tar.gz
Update to 2023.10.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6616c8fa1de..d63fbd76ce1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.10.3
+pkgver=2023.10.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=('5c9bb7602dbf8d13e835f6cb6c460d7892a91072f56753c188fa412ba441221b')
+sha256sums=('35cf5397b47c27fa327d8b385d173b794f021284b73b5e7f87b9ee95a731735b')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"