1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 02:11:27 +03:00

Update appcast

This commit is contained in:
Tae Won Ha 2022-04-16 18:44:30 +02:00
parent 0d37f294a0
commit 724d305168
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 23 additions and 21 deletions

View File

@ -6,24 +6,24 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>v0.38.2-20220322.180037</title>
<title>v0.39.0-20220416.182927</title>
<link>https://twitter.com/vimrefined</link>
<sparkle:version>20220322.180037</sparkle:version>
<sparkle:shortVersionString>v0.38.2</sparkle:shortVersionString>
<sparkle:version>20220416.182927</sparkle:version>
<sparkle:shortVersionString>v0.39.0</sparkle:shortVersionString>
<description><![CDATA[
<ul>
<li>GH-923: Bugfix: Input method auto-switch is not handled correctly. Thanks @SolaWing for the PR!</li>
<li>Dependencies updates:</li>
<li>sparkle-project/Sparkle@2.1.0</li>
<li>Neovim 0.7.0 😀</li>
<li>GH-922: Add an option to set font smoothing.</li>
<li>GH-928: Bugfix: Files containing some special characters in their names cannot be opened.</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/v0.38.2-20220322.180037
https://github.com/qvacua/vimr/releases/tag/v0.39.0-20220416.182927
</releaseNotesLink>
<pubDate>2022-03-22T18:11:14.469533</pubDate>
<pubDate>2022-04-16T18:43:41.274166</pubDate>
<minimumSystemVersion>10.13.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.38.2-20220322.180037/VimR-v0.38.2.tar.bz2"
sparkle:edSignature="5BHazAjBSiSSb0AmKoU4VA3+5Vuq6EEfVYi+To8AtRIDDpJQOgsPfO7OfPAjNrQ0l242FB/mnu4rgVjtIkXfBQ==" length="20900652"
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.39.0-20220416.182927/VimR-v0.39.0.tar.bz2"
sparkle:edSignature="Q5XobuaNiJUk8pFNsCwT+fUX4DnmHcKuWXosQj3imOb0UHY+EdWhyqgK0ERDQ51pSonerMZxJ0C+nolcCdXfBQ==" length="20982344"
type="application/octet-stream"/>
</item>
</channel>

View File

@ -6,23 +6,24 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>SNAPSHOT-20220330.224200</title>
<title>v0.39.0-20220416.182927</title>
<link>https://twitter.com/vimrefined</link>
<sparkle:version>20220330.224200</sparkle:version>
<sparkle:shortVersionString>SNAPSHOT-20220330.224200</sparkle:shortVersionString>
<sparkle:version>20220416.182927</sparkle:version>
<sparkle:shortVersionString>v0.39.0</sparkle:shortVersionString>
<description><![CDATA[
<p>Since last snapshot:</p>
<ul>
<li>GH-928: Bugfix: Files containing some special characters in their names cannot be opened</li>
<ul>
<li>Neovim 0.7.0 😀</li>
<li>GH-922: Add an option to set font smoothing.</li>
<li>GH-928: Bugfix: Files containing some special characters in their names cannot be opened.</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/snapshot/20220330.224200
https://github.com/qvacua/vimr/releases/tag/v0.39.0-20220416.182927
</releaseNotesLink>
<pubDate>2022-03-30T22:53:54.541584</pubDate>
<pubDate>2022-04-16T18:43:41.274166</pubDate>
<minimumSystemVersion>10.13.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/20220330.224200/VimR-SNAPSHOT-20220330.224200.tar.bz2"
sparkle:edSignature="gQZfTIjg5SnMlR22+WzIiNZGxveEcTbtJO7o16zc4qXbwzbsXWVQ7g7yoBLzYO7dydPu65d93rMcn5QQ+IpqBQ==" length="20913311"
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.39.0-20220416.182927/VimR-v0.39.0.tar.bz2"
sparkle:edSignature="Q5XobuaNiJUk8pFNsCwT+fUX4DnmHcKuWXosQj3imOb0UHY+EdWhyqgK0ERDQ51pSonerMZxJ0C+nolcCdXfBQ==" length="20982344"
type="application/octet-stream"/>
</item>
</channel>

View File

@ -26,7 +26,6 @@ main() {
if [[ "${is_snapshot}" == true ]]; then
marketing_version="SNAPSHOT-${bundle_version}"
fi
readonly marketing_version
pushd VimR >/dev/null
agvtool new-version -all "${bundle_version}"
@ -47,10 +46,12 @@ main() {
tag="v${marketing_version}-${bundle_version}"
github_release_name="$tag"
version_marker="release"
marketing_version="v${marketing_version}"
fi
readonly tag
readonly github_release_name
readonly version_marker
readonly marketing_version
local output
output=$(cat <<-END