mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
Last updated would fail on most apps
This commit is contained in:
parent
784b428a03
commit
d27e9b2cb4
BIN
archive/community.applications-2023.01.05-x86_64-1.txz
Normal file
BIN
archive/community.applications-2023.01.05-x86_64-1.txz
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
|
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
|
||||||
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
|
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
|
||||||
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
||||||
16c0a5f9413f8de84f61575b1e0ca742 ./include/exec.php
|
567e2b213e2efc371378ff3931cadae1 ./include/exec.php
|
||||||
3f43116c462378d9578a90c413b93afa ./include/helpers.php
|
3f43116c462378d9578a90c413b93afa ./include/helpers.php
|
||||||
3dcc75f434545ca6bee2327bf9888a35 ./include/paths.php
|
3dcc75f434545ca6bee2327bf9888a35 ./include/paths.php
|
||||||
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
||||||
|
@ -2231,7 +2231,7 @@ function getLastUpdate($ID) {
|
|||||||
$regs = $app['Repository'];
|
$regs = $app['Repository'];
|
||||||
}
|
}
|
||||||
$reg = explode(":",$regs);
|
$reg = explode(":",$regs);
|
||||||
if ( ($reg[1] ?? "") !== "latest" )
|
if ( ($reg[1] ?? "latest") !== "latest" )
|
||||||
return tr("Unknown");
|
return tr("Unknown");
|
||||||
|
|
||||||
if ( !strpos($reg[0],"/") )
|
if ( !strpos($reg[0],"/") )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user