summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2023-06-07 11:03:29 +0200
committerS Garnica2023-06-07 11:03:29 +0200
commit9d37796d78f5c8d9ae45cdff394bb76f1a130813 (patch)
tree50ef1eaf9d8da406fa59f2b612aec7d228ad6bc1 /PKGBUILD
parent631ed4077a4ae0ff7dd81ef642c1866f7d4ae213 (diff)
downloadaur-9d37796d78f5c8d9ae45cdff394bb76f1a130813.tar.gz
Fix checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6283fc184682..c1ee328fc139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=esphomeyaml
pkgname=esphome
pkgver=2023.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
depends=('python-setuptools'
@@ -26,7 +26,7 @@ license=('MIT')
arch=('any')
replaces=('esphomeyaml')
source=("https://github.com/esphome/ESPHome/archive/${pkgver}.tar.gz")
-sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
+sha256sums=('0799a43538bb9f2a38fc05f4e3b0832538fc7cde84539dc17c63129ab975afa9')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"