Skip to content

Commit

Permalink
Bump nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Jan 13, 2019
1 parent 290f3a7 commit 37eed72
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 @@ -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/a54492d35305a81095481abf0baf104ed363e214.tar.gz" "$(pwd)/src"
pull_source "https://github.com/popcornmix/xbmc/archive/40c4ab5bcffeefee7addfb5cb4d91f5aa2647977.tar.gz" "$(pwd)/src"
API_VERSION="18"

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

0 comments on commit 37eed72

Please sign in to comment.