switch to zst. version scheme is now 0.0.{commit_count} while under dev

This commit is contained in:
2025-03-18 23:32:58 -04:00
parent 98ccb4794a
commit d5d05ff37d
5 changed files with 15 additions and 8 deletions

View File

@@ -3,8 +3,8 @@
<param name="url">https://github.com/microsoft/typescript-go</param>
<param name="scm">git</param>
<param name="revision">8cf4a33989a0dc18f47adb7aa63d2db2099578e4</param>
<param name="version">0.1</param>
<param name="revision">f3cf27f6970fa98b26d9413dd160c4b864d570a2</param>
<param name="version">0.0.462</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>
@@ -12,7 +12,7 @@
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">zst</param>
</service>
</services>