Skip to content

Commit

Permalink
Merge pull request #7545 from emveepee/novalues
Browse files Browse the repository at this point in the history
service.nextpvr fix broken download script
  • Loading branch information
CvH authored Feb 26, 2023
2 parents 8255e27 + 9a8a61d commit fde7213
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/addons/service/nextpvr/changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
2
Fix nextpvr-downloader script

initial release
2 changes: 1 addition & 1 deletion packages/addons/service/nextpvr/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PKG_NAME="nextpvr"
PKG_VERSION="6.1.1~Nexus"
PKG_ADDON_VERSION="6.1.1~1"
PKG_ADDON_VERSION="6.1.1~2"
PKG_REV="0"
PKG_ARCH="any"
PKG_LICENSE="NextPVR"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo "Downloading NextPVR"
# download NextPVR
rm -f ${CONTROL_FILE} ${DATA_FILE}
(
curl -L -# -O -C - https://github.com/sub3/releases/releases/download/${NEXTPVR_VERSION}%~*/${NEXTPVR_FILE} 2>${DATA_FILE}
curl -L -# -O -C - https://github.com/sub3/releases/releases/download/${NEXTPVR_VERSION%~*}/${NEXTPVR_FILE} 2>${DATA_FILE}
touch ${CONTROL_FILE}
) |
while [ : ]; do
Expand Down

0 comments on commit fde7213

Please sign in to comment.