File: appcast-snapshots.xml.in

package info (click to toggle)
openscad 2021.01-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 36,012 kB
  • sloc: cpp: 53,199; sh: 4,384; ansic: 4,382; python: 1,813; yacc: 853; javascript: 762; lex: 417; lisp: 163; xml: 127; makefile: 118
file content (20 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
  <channel>
    <title>OpenSCAD Development Snapshots</title>
    <link>https://openscad.org/appcast-snapshots.xml</link>
    <language>en</language>
    <item>
      <title>OpenSCAD @VERSION@</title>
      <pubDate>@VERSIONDATE@</pubDate>
      <sparkle:releaseNotesLink>https://raw.githubusercontent.com/openscad/openscad/master/releases/2015.XX.md</sparkle:releaseNotesLink>
      <sparkle:minimumSystemVersion>10.9.0</sparkle:minimumSystemVersion>
      <enclosure url="https://files.openscad.org/snapshots/OpenSCAD-@VERSION@.dmg"
                 sparkle:version="@VERSIONDATE@"
                 sparkle:shortVersionString="@VERSION@"
                 sparkle:dsaSignature="@DSASIGNATURE@"
                 length="@FILESIZE@" 
                 type="application/octet-stream"/>
    </item>
  </channel>
</rss>