Skip to content

Instantly share code, notes, and snippets.

@sk89q
Created February 19, 2013 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sk89q/4983914 to your computer and use it in GitHub Desktop.
Save sk89q/4983914 to your computer and use it in GitHub Desktop.
<package version="1.1">
<filegroup source="http://example.com/path/to/folder/with/files/" dest=".">
<archive size="SIZE_IN_BYTES">THE_ZIP_NAME.zip</archive>
</filegroup>
<filegroup source="http://s3.amazonaws.com/MinecraftDownload/" dest="bin" verify="md5">
<file size="738345">lwjgl.jar</file>
<file size="227833">jinput.jar</file>
<file size="138318">lwjgl_util.jar</file>
</filegroup>
<filegroup source="http://s3.amazonaws.com/MinecraftDownload/" dest="bin/natives" verify="md5">
<archive size="491232" platform="windows">windows_natives.jar.lzma</archive>
<archive size="551247" platform="linux">linux_natives.jar.lzma</archive>
<archive size="262436" platform="mac_os_x">macosx_natives.jar.lzma</archive>
<archive size="272470" platform="solaris">solaris_natives.jar.lzma</archive>
</filegroup>
</package>
<update>
<latest>PICK_A_VERSION</latest>
<packageurl>http://example.com/path/to/package.xml</packageurl>
</update>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment