Skip to content

Commit

Permalink
Bump nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Feb 3, 2019
1 parent d949aa9 commit 8e2add1
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 @@ -16,12 +16,12 @@ sudo apt-get remove --purge armv6l-toolchain-osmc -y
#Use newclock5 for rbp1/2 builds
if [ "$1" == "rbp1" ] || [ "$1" == "rbp2" ]
then
pull_source "https://github.com/popcornmix/xbmc/archive/bf6bc524f2d5528fb43375276d4506ea05054003.tar.gz" "$(pwd)/src"
pull_source "https://github.com/popcornmix/xbmc/archive/f8966438d6035efc2411fe12158d2ea5b24faf27.tar.gz" "$(pwd)/src"
API_VERSION="18"

#use xbmc top of tree for vero builds
else
pull_source "https://github.com/xbmc/xbmc/archive/c734016932270f7a7614cec0eb2a8dda8b7fce72.tar.gz" "$(pwd)/src"
pull_source "https://github.com/xbmc/xbmc/archive/402755d7a4d7d70f50c4ec19dea234e5b7f9a0de.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-409
Version: 17.8-410
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-409
Version: 17.8-410
Section: video
Essential: No
Priority: required
Expand Down

0 comments on commit 8e2add1

Please sign in to comment.