summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoratomlong2021-10-15 09:23:36 +0800
committeratomlong2021-10-15 09:23:48 +0800
commit5cac7d5fed5fecef9865963c4ca0ffecf5f4269d (patch)
treef1af30090e6e6e18907e652abe9a0ea31fdc732a
parent054435cf35305b0c202541d9f1591f71fea1536f (diff)
downloadaur-5cac7d5fed5fecef9865963c4ca0ffecf5f4269d.tar.gz
update to 20211014.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7fc088107a4..e398960a92d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-esphome-dashboard
pkgdesc = A user facing dashboard embedded in ESPHome
- pkgver = 20211011.1
+ pkgver = 20211014.0
pkgrel = 1
url = https://github.com/esphome/dashboard
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-esphome-dashboard
makedepends = python-setuptools
makedepends = npm
depends = python
- source = dashboard-20211011.1.tar.gz::https://github.com/esphome/dashboard/archive/refs/tags/20211011.1.tar.gz
- sha256sums = be534816f0c9a6002a117d97a31af6e9b7f2a794fe728ac1d10edadec1ca60cf
+ source = dashboard-20211014.0.tar.gz::https://github.com/esphome/dashboard/archive/refs/tags/20211014.0.tar.gz
+ sha256sums = 9d576acfc5dbd8b73266900910a48f9a2079ab068219e246896ff6b3de71e819
pkgname = python-esphome-dashboard
diff --git a/PKGBUILD b/PKGBUILD
index 492c45089e0e..98ca15d5afa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: atom <admin@eyun.cf>
pkgname=python-esphome-dashboard
-pkgver=20211011.1
+pkgver=20211014.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=('be534816f0c9a6002a117d97a31af6e9b7f2a794fe728ac1d10edadec1ca60cf')
+sha256sums=('9d576acfc5dbd8b73266900910a48f9a2079ab068219e246896ff6b3de71e819')
build() {
cd "$srcdir/dashboard-$pkgver"