Skip to content

Commit

Permalink
Bump nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Mar 21, 2018
1 parent be038f6 commit 7ed975a
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" ]
then
pull_source "https://github.com/popcornmix/xbmc/archive/8e37101b61a9d2795f45345c78d3fbfca656298a.tar.gz" "$(pwd)/src"
pull_source "https://github.com/popcornmix/xbmc/archive/b1e4016621a66497770b5f55c6ac3aad601bba52.tar.gz" "$(pwd)/src"
API_VERSION="18"

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

0 comments on commit 7ed975a

Please sign in to comment.