summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2022-11-03 14:50:57 +0100
committerS Garnica2022-11-03 14:50:57 +0100
commitfa99055b1dac03583ea7859c54dd63b0ed43f83a (patch)
tree8f4cb7b98c280dff2151a9689cad670d935ff307 /PKGBUILD
parentbd998025544f21449ad0ad59625bfc57bdddc27c (diff)
downloadaur-fa99055b1dac03583ea7859c54dd63b0ed43f83a.tar.gz
Update to 2022.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ea33cb1d2c1..07921892e49a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2022.10.1
+pkgver=2022.10.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=('a2c805d343ad8f5d45b48c14d3c3c48188c329c9c660f61ff2d127c421f15aba')
+sha256sums=('da79bb9e8c78d6d9058a37605be44175b9026fb29a515a1031809d72446dcd88')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"