summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2022-12-06 13:24:55 +1300
committerJesse Hills2022-12-06 13:24:55 +1300
commit0ddee1c5ab51b1fdf88a48a62d0f4e2b9ef3c0bf (patch)
tree29f9f84daf886e2661344f5579d9daed44c8828b /PKGBUILD
parent1ac5504b44eb7f4380de8201f4a9fb68fb2f5d35 (diff)
downloadaur-0ddee1c5ab51b1fdf88a48a62d0f4e2b9ef3c0bf.tar.gz
Update to 2022.11.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c48e42a55631..31a8d5982d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2022.11.4
+pkgver=2022.11.5
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=('19952fe7c28ffbf636b6c4410513d3be8c1173065e8738568e71965a543b4540')
+sha256sums=('9c9d7000e1022c7e6102b2ed2b4362cf3a2c40c924156543a3efea933cccf784')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
@@ -51,4 +51,3 @@ check() {
# python esphome.py tests/test1.yaml compile
# python esphome.py tests/test2.yaml compile
}
-