summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2023-11-01 14:26:51 +1300
committerJesse Hills2023-11-01 14:26:51 +1300
commit4376ea3512bbf0365973c11a028f505678abc2c5 (patch)
tree18df15ca44905f35c324bf11749f38041de39181 /PKGBUILD
parentd7485ef1de568bf1ef1e7b0f1bf1efc44f770e7c (diff)
downloadaur-4376ea3512bbf0365973c11a028f505678abc2c5.tar.gz
Update to 2023.10.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d63fbd76ce1b..c7e906d5ca96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.10.4
+pkgver=2023.10.5
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=('35cf5397b47c27fa327d8b385d173b794f021284b73b5e7f87b9ee95a731735b')
+sha256sums=('5b4108fdfa2e706871abd12d31c3ea4896781ad8106afa7be7fee53e48fc7c02')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"