summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2021-09-16 18:27:50 +0200
committerS Garnica2021-09-16 18:27:50 +0200
commitc1f621409a74667dcc173be95dad1700960dfdb9 (patch)
tree38244f7d5120e29bf222f1ac7321592be07633e2 /PKGBUILD
parent88fff792751e4b8aa61985996faf350932f4de93 (diff)
downloadaur-c1f621409a74667dcc173be95dad1700960dfdb9.tar.gz
Update to 2021.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c82da690148..f3477383b172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2021.8.2
+pkgver=2021.9.0
pkgrel=1
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
@@ -25,7 +25,7 @@ license=('MIT')
arch=('any')
replaces=('esphomeyaml')
source=("https://github.com/esphome/ESPHome/archive/${pkgver}.tar.gz")
-sha256sums=('a722327ea8be1d999b90743280b703f6d05d63cc057dc980fb8e2fe7bc3201b2')
+sha256sums=('266936dc478baf2fa364af6ba1e2542331647376bc29a6af89d2992b7e32915b')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"