Skip to content

Commit 9f08c50

Browse files
author
apps.0install.net
committed
Updated Camunda feeds
1 parent fc7df7b commit 9f08c50

9 files changed

Lines changed: 497 additions & 192 deletions

devel/zbctl.watch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
'version': release['tag_name'].replace('alpha', 'pre'),
88
'stability': 'testing' if release['prerelease'] else 'stable',
99
'released': release['published_at'][0:10]
10-
} for release in releases('zeebe-io/zeebe') if any(asset['name'] == 'zbctl' for asset in release['assets'])]
10+
} for release in releases('camunda-cloud/zeebe') if any(asset['name'] == 'zbctl' for asset in release['assets'])]

devel/zbctl.xml

Lines changed: 171 additions & 171 deletions
Large diffs are not rendered by default.

devel/zbctl.xml.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<group license="Zeebe Community License Version 1.0">
1313
<implementation arch="Linux-x86_64" main="zbctl" released="{released}" stability="{stability}" version="{version}">
1414
<manifest-digest/>
15-
<file executable="true" href="https://github.com/zeebe-io/zeebe/releases/download/{version-original}/zbctl" dest="zbctl"/>
15+
<file executable="true" href="https://github.com/camunda-cloud/zeebe/releases/download/{version-original}/zbctl" dest="zbctl"/>
1616
</implementation>
1717
<implementation arch="Darwin-x86_64" main="zbctl" released="{released}" stability="{stability}" version="{version}">
1818
<manifest-digest/>
19-
<file executable="true" href="https://github.com/zeebe-io/zeebe/releases/download/{version-original}/zbctl.darwin" dest="zbctl"/>
19+
<file executable="true" href="https://github.com/camunda-cloud/zeebe/releases/download/{version-original}/zbctl.darwin" dest="zbctl"/>
2020
</implementation>
2121
<implementation arch="Windows-x86_64" main="zbctl.exe" released="{released}" stability="{stability}" version="{version}">
2222
<manifest-digest/>
23-
<file href="https://github.com/zeebe-io/zeebe/releases/download/{version-original}/zbctl.exe" dest="zbctl.exe"/>
23+
<file href="https://github.com/camunda-cloud/zeebe/releases/download/{version-original}/zbctl.exe" dest="zbctl.exe"/>
2424
</implementation>
2525
</group>
2626
</interface>

gui/camunda-modeler.ico

8.24 KB
Binary file not shown.

gui/camunda-modeler.png

6.71 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
releases = [{
66
'version': release['tag_name'].strip('v'),
77
'released': release['published_at'][0:10]
8-
} for release in releases('zeebe-io/zeebe-modeler') if not release['prerelease']]
8+
} for release in releases('camunda/camunda-modeler') if not release['prerelease']]

gui/camunda-modeler.xml

Lines changed: 302 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
<?xml version="1.0"?>
22
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
3-
<name>Zeebe Modeler</name>
4-
<summary>visual workflow editor for Zeebe</summary>
5-
<description>The visual workflow editor for Zeebe based on bpmn.io.</description>
6-
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.ico" type="image/vnd.microsoft.icon"/>
7-
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.png" type="image/png"/>
3+
<name>Camunda Modeler</name>
4+
<summary>BPMN workflow modeler</summary>
5+
<description>An integrated modeling solution for BPMN and DMN based on bpmn.io.</description>
6+
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.ico" type="image/vnd.microsoft.icon"/>
7+
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.png" type="image/png"/>
88
<category>Development</category>
9-
<homepage>https://github.com/zeebe-io/zeebe-modeler</homepage>
9+
<homepage>https://camunda.com/products/modeler</homepage>
1010

11-
<feed-for interface="https://apps.0install.net/gui/zeebe-modeler.xml"/>
11+
<feed-for interface="https://apps.0install.net/gui/camunda-modeler.xml"/>
1212

1313
<group license="MIT License">
14-
<command name="run" path="Zeebe Modeler.exe"/>
14+
<command name="run" path="Camunda Modeler.exe"/>
1515
<implementation arch="Windows-x86_64" released="{released}" stability="stable" version="{version}">
1616
<manifest-digest/>
17-
<archive href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-win-x64.zip" type="application/zip"/>
17+
<archive href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-win-x64.zip" type="application/zip"/>
1818
</implementation>
1919
<implementation arch="Windows-i486" released="{released}" stability="stable" version="{version}">
2020
<manifest-digest/>
21-
<archive href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-win-ia32.zip" type="application/zip"/>
21+
<archive href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-win-ia32.zip" type="application/zip"/>
2222
</implementation>
2323
</group>
2424

2525
<group arch="Linux-x86_64" license="MIT License">
26-
<command name="run" path="zeebe-modeler"/>
26+
<command name="run" path="camunda-modeler"/>
2727
<implementation released="{released}" stability="stable" version="{version}">
2828
<manifest-digest/>
29-
<archive extract="zeebe-modeler-{version}-linux-x64" href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-linux-x64.tar.gz" type="application/x-compressed-tar"/>
29+
<archive extract="camunda-modeler-{version}-linux-x64" href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-linux-x64.tar.gz" type="application/x-compressed-tar"/>
3030
</implementation>
3131
</group>
3232

3333
<group arch="MacOSX-x86_64" license="MIT License">
34-
<command name="run" path="Contents/MacOS/Zeebe Modeler"/>
34+
<command name="run" path="Contents/MacOS/Camunda Modeler"/>
3535
<implementation released="{released}" stability="stable" version="{version}">
3636
<manifest-digest/>
37-
<archive extract="Zeebe Modeler.app" href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-mac.zip" type="application/zip"/>
37+
<archive extract="Camunda Modeler.app" href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-mac.zip" type="application/zip"/>
3838
</implementation>
3939
</group>
4040
</interface>

gui/zeebe-modeler.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
<name>Zeebe Modeler</name>
44
<summary>visual workflow editor for Zeebe</summary>
55
<description>The visual workflow editor for Zeebe based on bpmn.io.</description>
6-
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.ico" type="image/vnd.microsoft.icon"/>
7-
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.png" type="image/png"/>
6+
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.ico" type="image/vnd.microsoft.icon"/>
7+
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.png" type="image/png"/>
88
<category>Development</category>
99
<homepage>https://github.com/zeebe-io/zeebe-modeler</homepage>
1010

11+
<replaced-by interface="https://apps.0install.net/gui/camunda-modeler.xml"/>
12+
<feed src="https://apps.0install.net/gui/camunda-modeler.xml"/>
13+
1114
<entry-point binary-name="Zeebe Modeler" command="run"/>
1215
<capabilities xmlns="http://0install.de/schema/desktop-integration/capabilities">
1316
<file-type id="ZeebeModeler.BPMN">

0 commit comments

Comments
 (0)