summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBuildTools2021-08-06 12:45:46 -0400
committerBuildTools2021-08-06 12:45:46 -0400
commit6f0e00ead6f329dfa55b79b4abee3d661dabe1bf (patch)
tree1b800cbe8c86da13c6112a7f1ac1869f6ebb2e61 /PKGBUILD
parente915a600ac9115498d141a35a22ed40f60e16e83 (diff)
downloadaur-6f0e00ead6f329dfa55b79b4abee3d661dabe1bf.tar.gz
0.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"