summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 689492eb27cf..469a48f1aa47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: atom <admin@eyun.cf>
pkgname=python-esphome-dashboard
-pkgver=20210908.0
+pkgver=20210927.0
pkgrel=1
pkgdesc="A user facing dashboard embedded in ESPHome"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('python-setuptools' 'npm')
url="https://github.com/esphome/dashboard"
license=('MIT')
source=(dashboard-$pkgver.tar.gz::https://github.com/esphome/dashboard/archive/refs/tags/$pkgver.tar.gz)
-sha256sums=('6f07ac4191b37bc895b8ed62c6a00382f631640c30bcb5eed81878813971e9b7')
+sha256sums=('8e8b4cc0c74fa3b342d36282eda5c8c643fd855ab974b0c5bfc60a9efab9461c')
build() {
cd "$srcdir/dashboard-$pkgver"