summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2023-06-06 08:39:12 +1200
committerJesse Hills2023-06-06 08:39:12 +1200
commit631ed4077a4ae0ff7dd81ef642c1866f7d4ae213 (patch)
treea127465e2811985b65ddbf2ba44182b6fa5c47d4 /PKGBUILD
parentc4012ed8d8d7fa75d6cab7cd82fffa87f135b373 (diff)
downloadaur-631ed4077a4ae0ff7dd81ef642c1866f7d4ae213.tar.gz
Update to 2023.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 138e8df9c21b..6283fc184682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.5.3
+pkgver=2023.5.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=('c800112078668808ca68df9c29f4cee2381ac5f7984cbf23babc50e5ebbbcdb5')
+sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"