Skip to content

Commit

Permalink
20220802: bump homeassistant (HomeAssistant Core) 2021.9.7 -> 2022.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork committed Oct 28, 2022
1 parent e9ee4f0 commit bfc43dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ If you can't find an answer, or if you want to open a package request, read [CON
cd spksrc # Go to the cloned repository's root folder.

# If running on Linux:
docker run -it -v $(pwd):/spksrc ghcr.io/synocommunity/spksrc /bin/bash
docker run -it -v $(pwd):/spksrc -w /spksrc ghcr.io/synocommunity/spksrc /bin/bash

# If running on macOS:
docker run -it -v $(pwd):/spksrc -e TAR_CMD="fakeroot tar" ghcr.io/synocommunity/spksrc /bin/bash
docker run -it -v $(pwd):/spksrc -w /spksrc -e TAR_CMD="fakeroot tar" ghcr.io/synocommunity/spksrc /bin/bash
```
5. From there, follow the instructions in the [Developers HOW TO].

Expand Down
6 changes: 3 additions & 3 deletions spk/homeassistant/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = homeassistant
SPK_VERS = 2021.9.7
SPK_REV = 17
SPK_VERS = 2022.7.7
SPK_REV = 18
SPK_ICON = src/${SPK_NAME}.png

SPK_DEPENDS = "python310"
Expand All @@ -10,7 +10,7 @@ BUILD_DEPENDS = cross/python310
MAINTAINER = hgy59
DESCRIPTION = "Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control."
DISPLAY_NAME = Home Assistant Core
CHANGELOG = "Update homeassistant to 2021.9.7.<br/>Only arch specific python modules are included in the package. Other modules are downloaded at installation time."
CHANGELOG = "Update homeassistant to 2022.7.7.<br/>Only arch specific python modules are included in the package. Other modules are downloaded at installation time."
STARTABLE = yes

HOMEPAGE = https://www.home-assistant.io/
Expand Down
2 changes: 1 addition & 1 deletion spk/homeassistant/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ yarl==1.6.3
### other default dependencies that need cross compiled wheel
MarkupSafe==2.0.1
aiohttp==3.7.4.post0
cffi==1.14.1
cffi==1.15.1
greenlet==1.1.1
multidict==5.1.0
SQLAlchemy==1.4.23
Expand Down

0 comments on commit bfc43dd

Please sign in to comment.