Skip to content

Commit

Permalink
Bump nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Dec 11, 2017
1 parent 833a66a commit bc7d861
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
Original file line number Diff line number Diff line change
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/00f4c69fb6f903d6cc3ae586492cc7acbb932dec.tar.gz" "$(pwd)/src"
pull_source "https://github.com/popcornmix/xbmc/archive/195064da0a3aa44c19bd6190d904a8e8037f01a9.tar.gz" "$(pwd)/src"
API_VERSION="18"

#use xbmc top of tree for vero builds
else
pull_source "https://github.com/xbmc/xbmc/archive/a8c2c86e641661f08ff3afd3df951095031c4afa.tar.gz" "$(pwd)/src"
pull_source "https://github.com/xbmc/xbmc/archive/d58913db59c76ff4ce28c0117477ddea180fc4da.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
Original file line number Diff line number Diff line change
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-143
Version: 17.8-144
Depends: rbp1-mediacenter-osmc (=16.8-144)
2 changes: 1 addition & 1 deletion package/mediacenter-next-osmc/files/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Origin: OSMC
Version: 17.8-143
Version: 17.8-144
Section: video
Essential: No
Priority: required
Expand Down

0 comments on commit bc7d861

Please sign in to comment.