1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-26 17:59:08 +03:00

Update appcast

This commit is contained in:
Tae Won Ha 2024-05-17 10:50:14 +02:00
parent 4faac5690e
commit 661937c397
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 38 additions and 48 deletions

View File

@ -6,27 +6,22 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>v0.46.1-20240426.143700</title>
<title>v0.46.2-20240517.102525</title>
<link>https://twitter.com/vimrefined</link>
<sparkle:version>20240426.143700</sparkle:version>
<sparkle:shortVersionString>v0.46.1</sparkle:shortVersionString>
<sparkle:version>20240517.102525</sparkle:version>
<sparkle:shortVersionString>v0.46.2</sparkle:shortVersionString>
<description><![CDATA[
<ul>
<li>Properly include <code>libintl</code> such that for example <code>:languge</code> works.</li>
<li>Bugfix: Filetype detection issue</li>
<li>Dependencies updates:</li>
<li>sparkle-project/Sparkle@2.6.0</li>
<li>Quick/Nimble@13.3.0</li>
<li>apple/swift-collections@1.1.0</li>
<li>GH-1059: Improved coloring of custom tabs; thanks @s-daveb for the PR!</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/v0.46.1-20240426.143700
https://github.com/qvacua/vimr/releases/tag/v0.46.2-20240517.102525
</releaseNotesLink>
<pubDate>2024-04-26T14:53:28.736633</pubDate>
<pubDate>2024-05-17T10:49:24.608480</pubDate>
<minimumSystemVersion>12.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.46.1-20240426.143700/VimR-v0.46.1.tar.bz2"
sparkle:edSignature="tV3fPBFp22hdb9RCCCaFo2ntKpywB86sljPvUGl+tEPRfM3luDfuBbcVCoachcxXFWPHRpOR9/Bw5RVt2SEZCA==" length="17055735"
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.46.2-20240517.102525/VimR-v0.46.2.tar.bz2"
sparkle:edSignature="bFlWhf7BYWo8kXYM3HEnqGKWssm0VM0y3D7N6XS6Erkk1iE57Y4DOcRqL4UWcL7gyiEnOoNWj/4NO77H7WUuDQ==" length="17062912"
type="application/octet-stream"/>
</item>
</channel>

View File

@ -6,27 +6,22 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>v0.46.1-20240426.143700</title>
<title>v0.46.2-20240517.102525</title>
<link>https://twitter.com/vimrefined</link>
<sparkle:version>20240426.143700</sparkle:version>
<sparkle:shortVersionString>v0.46.1</sparkle:shortVersionString>
<sparkle:version>20240517.102525</sparkle:version>
<sparkle:shortVersionString>v0.46.2</sparkle:shortVersionString>
<description><![CDATA[
<ul>
<li>Properly include <code>libintl</code> such that for example <code>:languge</code> works.</li>
<li>Bugfix: Filetype detection issue</li>
<li>Dependencies updates:</li>
<li>sparkle-project/Sparkle@2.6.0</li>
<li>Quick/Nimble@13.3.0</li>
<li>apple/swift-collections@1.1.0</li>
<li>GH-1059: Improved coloring of custom tabs; thanks @s-daveb for the PR!</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/v0.46.1-20240426.143700
https://github.com/qvacua/vimr/releases/tag/v0.46.2-20240517.102525
</releaseNotesLink>
<pubDate>2024-04-26T14:53:28.736633</pubDate>
<pubDate>2024-05-17T10:49:24.608480</pubDate>
<minimumSystemVersion>12.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.46.1-20240426.143700/VimR-v0.46.1.tar.bz2"
sparkle:edSignature="tV3fPBFp22hdb9RCCCaFo2ntKpywB86sljPvUGl+tEPRfM3luDfuBbcVCoachcxXFWPHRpOR9/Bw5RVt2SEZCA==" length="17055735"
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.46.2-20240517.102525/VimR-v0.46.2.tar.bz2"
sparkle:edSignature="bFlWhf7BYWo8kXYM3HEnqGKWssm0VM0y3D7N6XS6Erkk1iE57Y4DOcRqL4UWcL7gyiEnOoNWj/4NO77H7WUuDQ==" length="17062912"
type="application/octet-stream"/>
</item>
</channel>

View File

@ -120,31 +120,31 @@ main() {
pushd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null
check_version
prepare_bin
build_release
if [[ "${create_gh_release}" == false ]]; then
echo "### No github release, exiting"
exit 0
fi
local -x GH_TOKEN
GH_TOKEN=$(cat ~/.local/secrets/github.qvacua.release.token)
readonly GH_TOKEN
create_gh_release
if [[ "${upload}" == true ]]; then
# Give GitHub some time.
sleep 5
check_gh_release_present
upload_artifact
fi
# check_version
# prepare_bin
# build_release
#
# if [[ "${create_gh_release}" == false ]]; then
# echo "### No github release, exiting"
# exit 0
# fi
#
# local -x GH_TOKEN
# GH_TOKEN=$(cat ~/.local/secrets/github.qvacua.release.token)
# readonly GH_TOKEN
#
# create_gh_release
#
# if [[ "${upload}" == true ]]; then
# # Give GitHub some time.
# sleep 5
# check_gh_release_present
# upload_artifact
# fi
if [[ "${update_appcast}" == true ]]; then
# Sometimes GitHub is not yet up-to-date with the uploaded asset.
sleep 5
# sleep 5
update_appcast_file
fi