diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..e76f48b87 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2 \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27d5ff057..05e30b9bc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,6 +44,18 @@ stages: - template: .azure-pipelines/job-matrix.yml parameters: matrix: + - addon: hyperion + jobName: hyperion + arch: '--armhf --amd64 --aarch64' + - addon: transmission-openvpn + jobName: transmission_openvpn + arch: '--amd64' + - addon: transmission-magnet-redirect + jobName: transmission_magnet_redirect + arch: '--amd64' + - addon: jackett + jobName: jackett + arch: '--armhf --amd64 --aarch64' - addon: znc jobName: znc arch: '--armhf --amd64 --aarch64' @@ -65,15 +77,3 @@ stages: - addon: jellyfin jobName: jellyfin arch: '--armhf --amd64 --aarch64' - - addon: jackett - jobName: jackett - arch: '--armhf --amd64 --aarch64' - - addon: transmission-openvpn - jobName: transmission_openvpn - arch: '--amd64' - - addon: transmission-magnet-redirect - jobName: transmission_magnet_redirect - arch: '--amd64' - - addon: hyperion - jobName: hyperion - arch: '--armhf --amd64 --aarch64' \ No newline at end of file diff --git a/hyperion/CHANGELOG.md b/hyperion/CHANGELOG.md index 8bbc5e127..45c01ee95 100644 --- a/hyperion/CHANGELOG.md +++ b/hyperion/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.2.0 +## 0.2.1 - Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7) diff --git a/hyperion/Dockerfile b/hyperion/Dockerfile index 25fc6e0ba..923b709df 100644 --- a/hyperion/Dockerfile +++ b/hyperion/Dockerfile @@ -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 \ diff --git a/hyperion/config.json b/hyperion/config.json index 69c2b5aa2..2c0999f63 100644 --- a/hyperion/config.json +++ b/hyperion/config.json @@ -1,6 +1,6 @@ { "name": "hyperion", - "version": "0.2.0", + "version": "0.2.1", "slug": "hyperion", "legacy": false, "maintenance": {