Add PKG_ARCH to package.mk so add-on will build on Jenkins

This commit is contained in:
James Millar 2017-12-31 07:09:30 -05:00
parent 211f8b5fa8
commit f65327e79a
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ PKG_NAME="emby"
PKG_VERSION="3.2.34.0"
PKG_SHA256="85a1bf1d88321063f3c01d84e43226c45418126ec4b4c1e05ea7b53f1152bd81"
PKG_REV="117"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://emby.media"
PKG_URL="https://github.com/MediaBrowser/Emby/releases/download/$PKG_VERSION/Emby.Mono.zip"

View File

@ -21,6 +21,7 @@ PKG_NAME="hyperion"
PKG_VERSION="1c21232"
PKG_SHA256="aea69ba3027c0f967880a65f0c39a2cd7f9cf913947b755ac37a2572a77d51c0"
PKG_REV="106"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/hyperion-project/hyperion"
PKG_URL="https://github.com/hyperion-project/hyperion/archive/$PKG_VERSION.tar.gz"