summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce71382df2e6..237c37c55f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=1.17.1
+pkgver=1.17.2
pkgrel=1
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
@@ -24,7 +24,7 @@ license=('MIT')
arch=('any')
replaces=('esphomeyaml')
source=("https://github.com/esphome/ESPHome/archive/v${pkgver}.tar.gz")
-sha256sums=('17a526cce6ae68e1e1635d9df2a7c95860ba2bf98d049b2efec079a406a6f1f1')
+sha256sums=('951a1ef9bcbe182dc4f3f39d9f277db633d264542ee269829c7c3ffe4b1c2469')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"