Provide sourceTarballUrl with update info

This commit is contained in:
Johannes Zellner
2016-01-12 16:50:14 +01:00
parent 772787fc22
commit 8ac0e9e751
+2 -1
View File
@@ -116,7 +116,8 @@ function getBoxUpdates(callback) {
callback(null, {
version: nextVersion,
changelog: nextVersionInfo.changelog,
upgrade: nextVersionInfo.upgrade
upgrade: nextVersionInfo.upgrade,
sourceTarballUrl: nextVersionInfo.sourceTarballUrl
});
} else {
debug('no new version available.');