Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Cambra <claudio.cambra@gmail.com>2022-04-14 16:40:08 +0300
committerGitHub <noreply@github.com>2022-04-14 16:40:08 +0300
commit05844c1f87ee4df9e4355390d3d2ece459f5b4c4 (patch)
tree78d023dfdcf1b6b7dbbb809fa3ec390b6fa94350
parente69f70f092a37fd6f0e9ec45f1508aef0fde3feb (diff)
Fix sparkle download url
-rw-r--r--src/Response.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Response.php b/src/Response.php
index 8ee428c..1aa06d3 100644
--- a/src/Response.php
+++ b/src/Response.php
@@ -133,7 +133,7 @@ class Response {
$item = !empty($updateVersion) ? '<item>
<title>'.$updateVersion['versionstring'].'</title>
<pubDate>'.$this->getCurrentTimeStamp().'</pubDate>
- <enclosure url="'.$updateVersion['downloadUrl'].'" sparkle:version="'.$updateVersion['version'].'" type="application/octet-stream" sparkle:dsaSignature="'.$updateVersion['signature'].'"/>
+ <enclosure url="'.$updateVersion['downloadurl'].'" sparkle:version="'.$updateVersion['version'].'" type="application/octet-stream" sparkle:dsaSignature="'.$updateVersion['signature'].'"/>
<sparkle:minimumSystemVersion>10.7.0</sparkle:minimumSystemVersion>
</item>' : '';
$xml = '<?xml version="1.0" encoding="utf-8"?>