summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2023-05-23 13:03:01 +1200
committerJesse Hills2023-05-23 13:03:01 +1200
commitc4012ed8d8d7fa75d6cab7cd82fffa87f135b373 (patch)
tree04a4ad87a9f4de067dff3cbd16ebb7a9ff71742e /PKGBUILD
parentbf29920f922d53356bbea0e775fc8ef82a8c41d0 (diff)
downloadaur-c4012ed8d8d7fa75d6cab7cd82fffa87f135b373.tar.gz
Update to 2023.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b871a9428395..138e8df9c21b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.5.2
+pkgver=2023.5.3
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=('8a410e6a00a27b71f8527826e00c9cb43ddad67becc316c236e64b719d000e95')
+sha256sums=('c800112078668808ca68df9c29f4cee2381ac5f7984cbf23babc50e5ebbbcdb5')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"