summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2024-03-11 07:38:11 +1300
committerJesse Hills2024-03-11 07:38:11 +1300
commitc9eefc1d3b5f75f1bd558644f3f0ed9787f20d74 (patch)
treea2b5deb8f9f504509f68e3feaa7dedf107133560 /PKGBUILD
parentf65a803948a090bbebad9c81cec7e518e8415f5e (diff)
downloadaur-c9eefc1d3b5f75f1bd558644f3f0ed9787f20d74.tar.gz
Update to 2024.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6b49d7964ca..79894029a93d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2024.2.1
+pkgver=2024.2.2
pkgrel=1
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
@@ -27,7 +27,7 @@ license=('MIT')
arch=('any')
replaces=('esphomeyaml')
source=("https://github.com/esphome/ESPHome/archive/${pkgver}.tar.gz")
-sha256sums=('6731be1c8c7aa8a00e5fd29e6f3572f89d5896596be8fe3fa53bfb23c8035eb3')
+sha256sums=('7a4cb84df0be048619b1f48fedd13ad3328cc74ecbc1d0b940c66677ea675def')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"