Merge pull request #2369 from islipfd19/master

Add PKG_ARCH to package.mk so add-on will build on Jenkins
This commit is contained in:
MilhouseVH 2017-12-31 14:32:55 +00:00 committed by GitHub
commit c1ed9603b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"