summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2023-07-07 09:08:58 +1200
committerJesse Hills2023-07-07 09:08:58 +1200
commit3b94a090430deb40da7f9d32ea540c57bb436217 (patch)
tree5d339e9270daab0b1c67acc316c0e013ebc68938 /PKGBUILD
parent88db0a57489384d206681bd7f7cad4719ee30dc4 (diff)
downloadaur-3b94a090430deb40da7f9d32ea540c57bb436217.tar.gz
Update to 2023.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9927b369bdf..8b90dd855b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.6.3
+pkgver=2023.6.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=('de008c11a99fccd43ca4e15f1b17244b4bc198b296b41bfdaa1b07d1ac2c56c6')
+sha256sums=('73f80a4049c6201038f74e08924475ffd37ccb2f028807e61b52556db3edfcd0')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"