Skip to content

Commit

Permalink
Bump nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Oct 30, 2017
1 parent 5d8b384 commit d8da562
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/mediacenter-next-osmc/build.sh
Expand Up @@ -8,12 +8,12 @@
#Use newclock5 for rbp1/2 builds
if [ "$1" == "rbp1" ] || [ "$1" == "rbp2" ] || [ "$1" == "atv" ] || [ "$1" == "pc" ]
then
pull_source "https://github.com/popcornmix/xbmc/archive/974c3395fdbabf3d6e5537c45605a6ef294068ff.tar.gz" "$(pwd)/src"
pull_source "https://github.com/popcornmix/xbmc/archive/dadb0654d253c3bd6fed888ee3759dbb517a5a5a.tar.gz" "$(pwd)/src"
API_VERSION="18"

#use xbmc top of tree for vero builds
else
pull_source "https://github.com/xbmc/xbmc/archive/1270137b6f3fd2eac308b1f07c41e82f0892d67d.tar.gz" "$(pwd)/src"
pull_source "https://github.com/xbmc/xbmc/archive/fd572b24974fb8437898c93a046fc3b5b7e08a65.tar.gz" "$(pwd)/src"
API_VERSION="18"
fi
if [ $? != 0 ]; then echo -e "Error fetching Kodi source" && exit 1; fi
Expand Down
2 changes: 1 addition & 1 deletion package/mediacenter-next-osmc/files-debug/DEBIAN/control
Expand Up @@ -7,5 +7,5 @@ Description: Media Center debug package for OSMC
Architecture: armhf
Installed-Size: 32203
Package: rbp1-mediacenter-debug-osmc
Version: 17.8-123
Version: 17.8-124
Depends: rbp1-mediacenter-osmc (=16.8-144)
2 changes: 1 addition & 1 deletion package/mediacenter-next-osmc/files/DEBIAN/control
@@ -1,5 +1,5 @@
Origin: OSMC
Version: 17.8-123
Version: 17.8-124
Section: video
Essential: No
Priority: required
Expand Down

0 comments on commit d8da562

Please sign in to comment.