Skip to content

Commit

Permalink
tooling: Update Kodi to v21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed Oct 15, 2024
1 parent 760ddc8 commit b2ba3e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oasis_tooling/scripts/env_kodi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ source "${SCRIPT_DIR}/env_oasis.sh"

# Version
if [ "${HOSTNAME}" == "lenovo" ]; then
KODI_VERSION="5aa9bbd5803c51665589f5d2dc3cc4c15bb2b277"
KODI_VERSION="e2108bf550d1ebb4f78d9930e3ff2fa1de41f639"
elif [ "${HOSTNAME}" == "patio" ]; then
KODI_VERSION="d0b6afc2b3ede1c0b25f5e6f87138dec8f570c9f"
KODI_VERSION="a90a1d84e227d5a4c607cdec1d9b474f2b60553b"
else
KODI_VERSION="dd46cdc7c68656d7a4d8638733fb7bf8bb99d25e"
KODI_VERSION="9565745499e37907416515e26f381db92257934b"
fi

# URL
Expand Down

0 comments on commit b2ba3e5

Please sign in to comment.