summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2022-03-24 19:33:07 +0100
committerS Garnica2022-03-24 19:33:07 +0100
commit08cbba4bf41582caadef5a9a308125f8d2764e97 (patch)
tree1f6a92b71d28bf505c764c1e3cb3deb1ec2f7df4 /PKGBUILD
parent11719cf03aa3d825ab7c0158621b7566dd3f6e70 (diff)
downloadaur-08cbba4bf41582caadef5a9a308125f8d2764e97.tar.gz
Update to 2022.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8690b28beed9..87dbcc489a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2022.3.0
+pkgver=2022.3.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=('dd037324ab55807c7dd5f0fe7f28dc772d2cc7421c8df0deb3201dd75064183b')
+sha256sums=('ddbcd1c0490aec197e4101535804fc19ff327dd4fd21447089462421997f2c98')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"