forked from balisujohn/localwriter
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathupdate.xml
More file actions
17 lines (17 loc) · 896 Bytes
/
Copy pathupdate.xml
File metadata and controls
17 lines (17 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:d="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!--
Maintainer: bump version only AFTER the same release is published on
extensions.libreoffice.org. LibreOffice reads this file (update.xml) to
report an outdated extension, but users cannot install the new build from
Extension Manager until that catalog entry exists. Bumping here first
only shows "update available" without a workable LO-side upgrade path.
-->
<identifier value="org.extension.writeragent" />
<version value="0.8.49" />
<update-download>
<src xlink:href="https://github.com/KeithCu/writeragent/releases/latest/download/writeragent.oxt" />
</update-download>
</description>