Skip to content

Commit

Permalink
fix(nordvpn): Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored and philclifford committed Nov 21, 2024
1 parent aef020d commit 9c04817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-main/packages/nordvpn
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf"
get_website "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/"
get_website "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/"
if [ "${ACTION}" != "prettylist" ]; then
VERSION_PUBLISHED=$(sed -e 's/<[^>]*>//g' "${CACHE_FILE}" | sed '/^[[:space:]]*$/d' | grep "${HOST_ARCH}" | sort -r | head -n1 | awk '{print $1}' | cut -d'_' -f2)
URL="https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${VERSION_PUBLISHED}_${HOST_ARCH}.deb"
URL="https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_${VERSION_PUBLISHED}_${HOST_ARCH}.deb"
fi
PRETTY_NAME="NordVPN"
WEBSITE="https://nordvpn.com/"
Expand Down

0 comments on commit 9c04817

Please # to comment.