summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2020-04-24 15:55:49 -0400
committerBuildTools2020-04-24 15:55:49 -0400
commit55477ee4052faf2b4c7762b1f2efece589c63af7 (patch)
treeb067ee6f21459e617981284983ad9d2a615bcf37
parent20ed1839b635e1a4795c70cac39dfdde8443f2a8 (diff)
downloadaur-55477ee4052faf2b4c7762b1f2efece589c63af7.tar.gz
0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f400bdd1515..651fd2843ee6 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.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/home-assistant/home-assistant-cli
arch = any
@@ -16,8 +16,8 @@ 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.0.tar.gz
- sha256sums = c32d10a71aff1a92cc5c9e9cf5a5293723a43c70aa0db33868acb175cbb05f11
+ source = https://github.com/home-assistant/home-assistant-cli/archive/0.9.1.tar.gz
+ sha256sums = 8487bb440872c57c5684e40b1f0c3771045ea9ced11749f0d38aefec14d1a163
pkgname = home-assistant-cli
diff --git a/PKGBUILD b/PKGBUILD
index 93218f70259c..191cd198f888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=home-assistant-cli
-pkgver=0.9.0
+pkgver=0.9.1
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=('c32d10a71aff1a92cc5c9e9cf5a5293723a43c70aa0db33868acb175cbb05f11')
+sha256sums=('8487bb440872c57c5684e40b1f0c3771045ea9ced11749f0d38aefec14d1a163')
check() {
cd "${srcdir}/${pkgname}-${pkgver}"