mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-02 01:47:44 +01:00
Fixes20200802 (#49)
* reorder build to start longer running builds earlier * hyperion: add zlib
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
## 0.2.0
|
||||
## 0.2.1
|
||||
|
||||
- Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7)
|
||||
|
||||
@@ -20,6 +20,7 @@ RUN apt-get update \
|
||||
libqt5gui5=5.11.3+dfsg1-1+deb10u3 \
|
||||
libqt5core5a=5.11.3+dfsg1-1+deb10u3 \
|
||||
libusb-1.0=2:1.0.22-2 \
|
||||
zlib1g-dev=1:1.2.11.dfsg-1 \
|
||||
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="Linux-x86_64"; fi \
|
||||
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="Linux-aarch64"; fi \
|
||||
&& curl -fsSL https://github.com/hyperion-project/hyperion.ng/releases/download/${RELEASE}/Hyperion-${RELEASE}-${ARCH}.deb > /tmp/Hyperion-${RELEASE}-${ARCH}.deb \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyperion",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"slug": "hyperion",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
Reference in New Issue
Block a user