summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2021-08-06 12:45:46 -0400
committerBuildTools2021-08-06 12:45:46 -0400
commit6f0e00ead6f329dfa55b79b4abee3d661dabe1bf (patch)
tree1b800cbe8c86da13c6112a7f1ac1869f6ebb2e61
parente915a600ac9115498d141a35a22ed40f60e16e83 (diff)
downloadaur-6f0e00ead6f329dfa55b79b4abee3d661dabe1bf.tar.gz
0.9.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed9ba791c4ef..b890d790d6be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = home-assistant-cli
pkgdesc = Work with a local or a remote Home Assistant instance directly from the command-line.
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/home-assistant/home-assistant-cli
arch = any
@@ -16,8 +16,7 @@ pkgbase = home-assistant-cli
depends = python-regex
depends = python-netdisco
depends = python-dateparser
- source = https://github.com/home-assistant/home-assistant-cli/archive/0.9.3.tar.gz
- sha256sums = c0506495308c0b478f8a6c8c36036462274baaae4320faef458818d8540ec3c7
+ source = https://github.com/home-assistant/home-assistant-cli/archive/0.9.4.tar.gz
+ sha256sums = 0ec8b52fc3e21b3277a0d0038e1beca4b51c2d035783cca08b472cb38263c908
pkgname = home-assistant-cli
-
diff --git a/PKGBUILD b/PKGBUILD
index 431c3ff41869..804e03c03dea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=home-assistant-cli
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="Work with a local or a remote Home Assistant instance directly from the command-line."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-tabulate' 'python-idna' 'python-jsonpath-rw' 'python-click-log'
makedepends=('python-setuptools')
checkdepends=('python-coverage' 'python-wheel')
source=("https://github.com/home-assistant/home-assistant-cli/archive/${pkgver}.tar.gz")
-sha256sums=('c0506495308c0b478f8a6c8c36036462274baaae4320faef458818d8540ec3c7')
+sha256sums=('0ec8b52fc3e21b3277a0d0038e1beca4b51c2d035783cca08b472cb38263c908')
check() {
cd "${srcdir}/${pkgname}-${pkgver}"