Skip to content

Commit 02d0bf9

Browse files
authored
Merge pull request #5 from macvim-dev/appcast-signature
Sign appcast feed
2 parents c41bf02 + 621f03c commit 02d0bf9

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

appcast/_appcast.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
3+
<channel>
4+
<title>MacVim</title>
5+
<link>https://macvim.org/appcast/latest.xml</link>
6+
<description>MacVim</description>
7+
{% include_relative _prerelease.xml %}
8+
{% include_relative _release.xml %}
9+
{% include_relative _release_legacy.xml %}
10+
</channel>
11+
</rss>

appcast/_appcast_signature.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!-- sparkle-signatures:
2+
edSignature: UwuYxfz+1MxV29U2H25Ojeqdxp6HrHSUmrSEMRAySf/OplUIR1xFS56vCRbbfHFW4erCpkT+0M+J5rDVHGZdBg==
3+
length: 37463
4+
-->

appcast/latest.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
---
22
---
3-
<?xml version="1.0" encoding="utf-8"?>
4-
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
5-
<channel>
6-
<title>MacVim</title>
7-
<link>https://macvim.org/appcast/latest.xml</link>
8-
<description>MacVim</description>
9-
{% include_relative _prerelease.xml %}
10-
{% include_relative _release.xml %}
11-
{% include_relative _release_legacy.xml %}
12-
</channel>
13-
</rss>
3+
{% include_relative _appcast.xml %}
4+
{% include_relative _appcast_signature.xml %}

appcast/latest_unsigned.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
---
3+
{% include_relative _appcast.xml %}

0 commit comments

Comments
 (0)