summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2022-10-25 13:18:36 -0400
committerBuildTools2022-10-25 13:18:36 -0400
commit93184747843dd873138196d2f9af363524413b54 (patch)
tree18587d20c573ba182e0f7389aba345e0939452ea
parent6f0e00ead6f329dfa55b79b4abee3d661dabe1bf (diff)
downloadaur-home-assistant-cli.tar.gz
0.9.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b890d790d6be..ce4c8af56d19 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.4
+ pkgver = 0.9.6
pkgrel = 1
url = https://github.com/home-assistant/home-assistant-cli
arch = any
@@ -16,7 +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.4.tar.gz
- sha256sums = 0ec8b52fc3e21b3277a0d0038e1beca4b51c2d035783cca08b472cb38263c908
+ source = https://github.com/home-assistant/home-assistant-cli/archive/0.9.6.tar.gz
+ sha256sums = f971ac78a74922f4555ee7f77e327d8008819a8a83db1ad8037c0601e74a40ba
pkgname = home-assistant-cli
diff --git a/PKGBUILD b/PKGBUILD
index 804e03c03dea..a16ab1940bff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=home-assistant-cli
-pkgver=0.9.4
+pkgver=0.9.6
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=('0ec8b52fc3e21b3277a0d0038e1beca4b51c2d035783cca08b472cb38263c908')
+sha256sums=('f971ac78a74922f4555ee7f77e327d8008819a8a83db1ad8037c0601e74a40ba')
check() {
cd "${srcdir}/${pkgname}-${pkgver}"