summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2024-03-20 18:33:22 +1300
committerJesse Hills2024-03-20 18:33:22 +1300
commit0a4507f0faa171601f111950264be39d8bfece59 (patch)
tree9dba3e02594b72206cc07face3097a7e35608fae /PKGBUILD
parentc9eefc1d3b5f75f1bd558644f3f0ed9787f20d74 (diff)
downloadaur-0a4507f0faa171601f111950264be39d8bfece59.tar.gz
Update to 2024.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79894029a93d..06316bdb20fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2024.2.2
+pkgver=2024.3.0
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=('7a4cb84df0be048619b1f48fedd13ad3328cc74ecbc1d0b940c66677ea675def')
+sha256sums=('2e5527ee723143c8a01d3bb95ecfa1a5dbde8d80330dc90389574bc0a5c51706')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"