mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-27 14:14:19 +03:00
Update appcast for snapshot
This commit is contained in:
parent
9d8c8dfce7
commit
e8681d9881
@ -7,26 +7,27 @@
|
||||
<description>Most recent changes with links to updates for VimR.</description>
|
||||
<language>en</language>
|
||||
<item>
|
||||
<title>SNAPSHOT-357</title>
|
||||
<title>SNAPSHOT-20201117.194226</title>
|
||||
<description><![CDATA[
|
||||
<p><em>WARNING</em> This version may be very instable!</p>
|
||||
<p>Since v0.34.0-355</p>
|
||||
<ul>
|
||||
<li>Neovim 0.5-dev (neovim/neovim@94b7ff730a1914c14f347f5dc75175dc34a4b3f5)</li>
|
||||
<li>Universal binary! (However, only very briefly tested on a DTK)</li>
|
||||
<li>Neovim 0.5-dev (neovim/neovim@0798ad3a3a071db1b647df5aecd7698ed9aff7d9)</li>
|
||||
<li>GH-804: Configurable cursor shapes and color: Thank you @cypheon!</li>
|
||||
<li>Do not hard-code <code>${LANG}</code> environment variable to <code>en_US.UTF-8</code>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<releaseNotesLink>
|
||||
https://github.com/qvacua/vimr/releases/tag/snapshot/357
|
||||
https://github.com/qvacua/vimr/releases/tag/snapshot/20201117.194226
|
||||
</releaseNotesLink>
|
||||
<pubDate>2020-08-12T20:49:01.914782</pubDate>
|
||||
<minimumSystemVersion>10.12.0</minimumSystemVersion>
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/357/VimR-SNAPSHOT-357.tar.bz2"
|
||||
sparkle:version="357"
|
||||
sparkle:shortVersionString="SNAPSHOT-357"
|
||||
sparkle:dsaSignature="MC0CFQDURg2hDNRel08Hj0tla4BoRxTccAIUK5wELuwR+QNm4k6VO4wqxwYU/3Y="
|
||||
length="15257852"
|
||||
<pubDate>2020-11-17T20:00:53.954876</pubDate>
|
||||
<minimumSystemVersion>10.13.0</minimumSystemVersion>
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/20201117.194226/VimR-SNAPSHOT-20201117.194226.tar.bz2"
|
||||
sparkle:version="20201117.194226"
|
||||
sparkle:shortVersionString="SNAPSHOT-20201117.194226"
|
||||
sparkle:dsaSignature="MC4CFQDnLKbDCXZMch4tu66xkigonTaZgwIVAOigv1dhDm+7sGN+jj0j+iTRi3kx"
|
||||
length="20369786"
|
||||
type="application/octet-stream"/>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# pip3 install requests
|
||||
# pip3 install Markdown
|
||||
|
Loading…
Reference in New Issue
Block a user