Skip to content

Commit 5bf8f1e

Browse files
committed
Fix snapshot->release renaming not reflected in web page
1 parent 0bc7cd1 commit 5bf8f1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appcast/latest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>MacVim</description>
77

88
<item>
9-
<title>MacVim snapshot-174</title>
9+
<title>MacVim release-174</title>
1010
<description><![CDATA[
1111
<style>
1212
:root { supported-color-schemes: light dark; color-scheme: light dark; }
@@ -103,12 +103,12 @@
103103
<sparkle:version>174</sparkle:version>
104104
<sparkle:shortVersionString>9.0.472"</sparkle:shortVersionString>
105105
<enclosure type="application/octet-stream"
106-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-174/MacVim.dmg"
106+
url="https://github.com/macvim-dev/macvim/releases/download/release-174/MacVim.dmg"
107107
sparkle:edSignature="9PxwXcjRdLvHDpd/si8a46xI6EoivqndvF40+oPXAnH3iHjPeemvfU2GemS4iLa6dfUh8F8RysKdgjv6KhY0AQ==" length="24668528"
108108
/>
109109
<sparkle:deltas>
110110
<enclosure type="application/octet-stream"
111-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-174/173_to_174.delta"
111+
url="https://github.com/macvim-dev/macvim/releases/download/release-174/173_to_174.delta"
112112
sparkle:deltaFrom="173"
113113
sparkle:edSignature="Wz7wV/rehdcETi71PudMgYdlS2j8ehitW1KkeK3Z0JtX5PC2OGjbRlnbrDMNoOqjbBdPfmzB59+J4MaqFx3MBQ==" length="2165243"
114114
/>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<section class="page-header">
1515
<h1 class="project-name">MacVim</h1>
1616
<h2 class="project-tagline">Vim - the text editor - for macOS</h2>
17-
<a href="https://github.com/macvim-dev/macvim/releases/download/snapshot-174/MacVim.dmg" class="btn">Download MacVim</a><br />
17+
<a href="https://github.com/macvim-dev/macvim/releases/download/release-174/MacVim.dmg" class="btn">Download MacVim</a><br />
1818
<a href="https://github.com/macvim-dev/macvim/releases/latest">Release Notes (r174)</a>
1919
</section>
2020

0 commit comments

Comments
 (0)