summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2023-02-16 18:28:45 +0100
committerS Garnica2023-02-16 18:28:45 +0100
commit74a49a1d34433fc9aac577f182bf7e8124806c10 (patch)
treeea676ceafc05328d92dc6392a20a7baefa7bf9e1 /PKGBUILD
parenta9dda670698dcdafbc963e40209a0d5c9e9a778f (diff)
downloadaur-74a49a1d34433fc9aac577f182bf7e8124806c10.tar.gz
Update to 2023.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bf61d9d6368..e46d94128b5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.2.0
+pkgver=2023.2.1
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=('08710e962f91ead04d60a59dafe39b5f737daace081478dccb47b6983de1fd4a')
+sha256sums=('fc4167951df50d44775d367790d2f60826aeba972c9c84b3877a28ddf6342241')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"