summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2021-10-08 19:06:42 +0200
committerS Garnica2021-10-08 19:06:42 +0200
commita2e632d531171729814718e17ae4e138e8abc4f0 (patch)
tree3ca145d08b4b988417878437116398434ae46724 /PKGBUILD
parent528487b21ef9470a893a8e10f70826d6a3016dd2 (diff)
downloadaur-a2e632d531171729814718e17ae4e138e8abc4f0.tar.gz
Update to 2021.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1caa09e3f7cd..732e90c6d7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2021.9.2
+pkgver=2021.9.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=('47f3aba9ccc08275a31fc4ed909f9480f6b77f063179a9555d527cc251720a76')
+sha256sums=('f3fe07126a79aad0224482b32a08ab24169a80bdbf69acb1a2bd7ec69e90dfd4')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"