summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2023-03-27 23:13:35 +0200
committerS Garnica2023-03-27 23:13:35 +0200
commit8977b928f5c4bb0df6302c764701d5072e59823a (patch)
tree49f2ab41e63f0c58c0e3d76aaaf413e246d83aa6 /PKGBUILD
parent950c586b2fc9894ae504dc5626bd7db546b90408 (diff)
downloadaur-8977b928f5c4bb0df6302c764701d5072e59823a.tar.gz
Update to 2023.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f1a6e597f1f..34e1677b59a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.3.0
+pkgver=2023.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=('77019fd01319f74302bc97e18e37dabae46c474251b6d7003b9827bac805b42f')
+sha256sums=('956b4c26a200d7ad197b33f5820203ae06bd999f2b3e071d7ebaa4c47ef642ca')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"