summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2023-02-15 19:57:11 +0100
committerS Garnica2023-02-15 19:57:11 +0100
commita9dda670698dcdafbc963e40209a0d5c9e9a778f (patch)
tree5428a59cd221d37ce9e4d29d1a2c5025da5a442a /PKGBUILD
parent7c1af30ba9b6c6dba2c015d8a40c75875ce4e1a3 (diff)
downloadaur-a9dda670698dcdafbc963e40209a0d5c9e9a778f.tar.gz
Update to 2023.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf8749d89796..2bf61d9d6368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2022.12.8
+pkgver=2023.2.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=('ca6372220b280b8a36c03873d47aa8b38a36eac567a19c71766076de6c3ff3e9')
+sha256sums=('08710e962f91ead04d60a59dafe39b5f737daace081478dccb47b6983de1fd4a')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"