Check-in [90c4647665]
Overview
Comment: | Update sha1whateverchecksum for 0install. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
90c4647665b548915483bf6e5e66b094 |
User & Date: | mario on 2015-05-26 01:07:02 |
Other Links: | manifest | tags |
Context
2015-05-26
| ||
02:07 | Stub debugging plugin. check-in: dcedb5981a user: mario tags: trunk | |
01:07 | Update sha1whateverchecksum for 0install. check-in: 90c4647665 user: mario tags: trunk | |
01:00 | Release as 2.1.9 (semi-stable). check-in: 873e301b9b user: mario tags: trunk, 2.1.9 | |
Changes
Modified dev/0-st2.xml from [d7fe70e4bc] to [b20e9e9fcc].
︙ | ︙ | |||
13 14 15 16 17 18 19 | <group arch="*-*" license="Public Domain" main="streamtuner2.pyz" stability="testing"> <!-- Use relocatable packages --> <implementation arch="*-*" id="streamtuner2-2.1.8" released="2015-05-05" version="2.1.8"> <file dest="streamtuner2.pyz" href="http://downloads.sourceforge.net/project/streamtuner2/streamtuner2-2.1.8.pyz" size="226181" type="x-executable/python+zip"/> <manifest-digest sha256="246c79be0abccad78490488c3584040c3636cb92ce01980a41f864587a74ff27"/> </implementation> | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | <group arch="*-*" license="Public Domain" main="streamtuner2.pyz" stability="testing"> <!-- Use relocatable packages --> <implementation arch="*-*" id="streamtuner2-2.1.8" released="2015-05-05" version="2.1.8"> <file dest="streamtuner2.pyz" href="http://downloads.sourceforge.net/project/streamtuner2/streamtuner2-2.1.8.pyz" size="226181" type="x-executable/python+zip"/> <manifest-digest sha256="246c79be0abccad78490488c3584040c3636cb92ce01980a41f864587a74ff27"/> </implementation> <implementation arch="*-*" id="sha1new=eb30588bc3898004fa8dff776930396c7437e4c8" released="2015-05-25" version="2.1.9"> <file dest="streamtuner2.pyz" href="http://downloads.sourceforge.net/project/streamtuner2/streamtuner2-2.1.9.pyz" size="231620" type="x-executable/python+zip"/> </implementation> <!-- Invoke PYZ via Python handler --> <command name="run" path="streamtuner2.pyz"> <runner interface="http://repo.roscidus.com/python/python"/> </command> |
︙ | ︙ |