summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2021-09-20 19:44:46 +0200
committerS Garnica2021-09-20 19:44:46 +0200
commit3008407370a82de561d11db6b9f5483ee0498528 (patch)
treea4d475836d8433fd173a1b1eed746fa5e4f81ee4 /PKGBUILD
parent156716a6bd1371e045363bab7165c9417140817d (diff)
downloadaur-3008407370a82de561d11db6b9f5483ee0498528.tar.gz
Update to 2021.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21bd8bcc26e6..657ee39b232f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2021.9.0
-pkgrel=2
+pkgver=2021.9.1
+pkgrel=1
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
depends=('python-setuptools'
@@ -26,7 +26,7 @@ license=('MIT')
arch=('any')
replaces=('esphomeyaml')
source=("https://github.com/esphome/ESPHome/archive/${pkgver}.tar.gz")
-sha256sums=('266936dc478baf2fa364af6ba1e2542331647376bc29a6af89d2992b7e32915b')
+sha256sums=('abd27b48e6cc5d09da5391d813b82cffe014ec198e66b6b5881aafc86b52962d')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"