summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2022-03-30 21:08:04 +0200
committerS Garnica2022-03-30 21:08:04 +0200
commit45d770b2512aa935d04a99426069bf689d8b0db8 (patch)
tree2fad2dfe86d37863c3e0e5781aed786a6d1c6771 /PKGBUILD
parent08cbba4bf41582caadef5a9a308125f8d2764e97 (diff)
downloadaur-45d770b2512aa935d04a99426069bf689d8b0db8.tar.gz
Update to 2022.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87dbcc489a61..aa49079063f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2022.3.1
+pkgver=2022.3.2
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=('ddbcd1c0490aec197e4101535804fc19ff327dd4fd21447089462421997f2c98')
+sha256sums=('73a0d2885ba2541be3af92b8f45e3a4e6da8058e6edfbef928bc4106c7b1a4de')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"