Skip to content

Commit

Permalink
Update latest udpcast
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jul 19, 2024
1 parent d42b9e4 commit 2c71996
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/common/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
[[ -z $webdirsrc ]] && webdirsrc="../packages/web"
[[ -z $tftpdirsrc ]] && tftpdirsrc="../packages/tftp"
[[ -z $buildipxesrc ]] && buildipxesrc="../utils/FOGiPXE"
[[ -z $udpcastsrc ]] && udpcastsrc="../packages/udpcast-20200328.tar.gz"
[[ -z $udpcastout ]] && udpcastout="udpcast-20200328"
[[ -z $udpcastsrc ]] && udpcastsrc="../packages/udpcast-20230924.tar.gz"
[[ -z $udpcastout ]] && udpcastout="udpcast-20230924"
[[ -z $servicesrc ]] && servicesrc="../packages/service"
[[ -z $servicedst ]] && servicedst="/opt/fog/service"
[[ -z $servicelogs ]] && servicelogs="/opt/fog/log"
Expand Down
Binary file removed packages/udpcast-20200328.tar.gz
Binary file not shown.
Binary file added packages/udpcast-20230924.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '1.6.0-alpha.1370');
define('FOG_VERSION', '1.6.0-alpha.1371');
define('FOG_CHANNEL', 'Alpha');
define('FOG_SCHEMA', 290);
define('FOG_BCACHE_VER', 147);
Expand Down

0 comments on commit 2c71996

Please sign in to comment.