Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2013-10-03 01:08:36 +02:00
commit 01468d8a90
13 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="service.openelec.settings" PKG_NAME="service.openelec.settings"
PKG_VERSION="0.2.16" PKG_VERSION="0.3.0"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="prop." PKG_LICENSE="prop."

View File

@ -21,7 +21,7 @@
PKG_NAME="xbmc-theme-Confluence" PKG_NAME="xbmc-theme-Confluence"
PKG_VERSION="12.2-cd71444" PKG_VERSION="12.2-cd71444"
if [ "$XBMC" = "master" ]; then if [ "$XBMC" = "master" ]; then
PKG_VERSION="13.alpha-545fc25" PKG_VERSION="13.alpha-710b1ee"
elif [ "$XBMC" = "xbmc-aml" ]; then elif [ "$XBMC" = "xbmc-aml" ]; then
PKG_VERSION="aml-frodo-d9119f2" PKG_VERSION="aml-frodo-d9119f2"
fi fi

View File

@ -21,7 +21,7 @@
PKG_NAME="xbmc" PKG_NAME="xbmc"
PKG_VERSION="12.2-cd71444" PKG_VERSION="12.2-cd71444"
if [ "$XBMC" = "master" ]; then if [ "$XBMC" = "master" ]; then
PKG_VERSION="13.alpha-545fc25" PKG_VERSION="13.alpha-710b1ee"
elif [ "$XBMC" = "xbmc-aml" ]; then elif [ "$XBMC" = "xbmc-aml" ]; then
PKG_VERSION="aml-frodo-d9119f2" PKG_VERSION="aml-frodo-d9119f2"
fi fi