File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -euo pipefail
3
3
4
- curl -s " https://api.github.com/repos/Prowlarr/Prowlarr/releases/latest" | jq -r ' .name '
4
+ curl -s " https://api.github.com/repos/Prowlarr/Prowlarr/releases/latest" | jq -r ' .tag_name '
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -euo pipefail
3
3
4
- curl -s " https://api.github.com/repos/Radarr/Radarr/releases/latest" | jq -r ' .name '
4
+ curl -s " https://api.github.com/repos/Radarr/Radarr/releases/latest" | jq -r ' .tag_name '
Original file line number Diff line number Diff line change 17
17
dotnet-runtime-8.0_libs \
18
18
libsqlite3-0_libs
19
19
20
- # Download sonarrc
20
+ # Download sonarr
21
21
RUN \
22
22
case "${TARGETARCH}" in \
23
23
'amd64' ) export ARCH='x64' ;; \
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -euo pipefail
3
3
4
- curl -s " https://api.github.com/repos/Sonarr/Sonarr/releases/latest" | jq -r ' .name '
4
+ curl -s " https://api.github.com/repos/Sonarr/Sonarr/releases/latest" | jq -r ' .tag_name '
You can’t perform that action at this time.
0 commit comments