summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2019-11-28 16:03:57 +0100
committerS Garnica2019-11-28 16:03:57 +0100
commitbc9b785dd3450de181c256ac423f38bb9525e27d (patch)
tree6989520c7005d254506b7c828e9581bcfcd0a4a0 /PKGBUILD
parentcce3817baad5d834c1ee15f44e97a92ff264384f (diff)
downloadaur-bc9b785dd3450de181c256ac423f38bb9525e27d.tar.gz
Fixed sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75940dae6cb1..fbc160569f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=esphomeyaml
pkgname=esphome
pkgver=1.14.3
-pkgrel=1
+pkgrel=2
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
depends=('python-setuptools'
@@ -24,7 +24,7 @@ license=('MIT')
arch=('any')
replaces=('esphomeyaml')
source=("https://github.com/esphome/ESPHome/archive/v${pkgver}.tar.gz")
-sha256sums=('0f540f5d7e32e43b9beca395aaeb0ccc2dc1bc9088a58c0f2f915607f18c280b')
+sha256sums=('9c9d32b513ade5de6f01137131955a26c720cfad1fa5372505ca37ca90bc1096')
build() {
cd "$srcdir/${pkgname}-${pkgver}"