summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Hills2022-12-16 08:18:42 +1300
committerJesse Hills2022-12-16 08:18:42 +1300
commit215718aabb21e9a23ea5299761eff892b23d0bac (patch)
tree3f5aa8c8f1ac7cac7f6dfaa8324394cdf5ef7546 /PKGBUILD
parent0ddee1c5ab51b1fdf88a48a62d0f4e2b9ef3c0bf (diff)
downloadaur-215718aabb21e9a23ea5299761eff892b23d0bac.tar.gz
Update to 2022.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31a8d5982d8a..59e7dbe1db70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2022.11.5
+pkgver=2022.12.0
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=('9c9d7000e1022c7e6102b2ed2b4362cf3a2c40c924156543a3efea933cccf784')
+sha256sums=('2dc86d41d1808940f463bca4c12af6f701f2e2a49eb028f153154a1391ab0edb')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"