2021-06-19 05:51:00 +00:00
committed by Git OBS Bridge
parent f08df835b6
commit 4652510bf8
6 changed files with 33 additions and 9 deletions

View File

@@ -13,8 +13,8 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/deno</param>
<param name="revision">v1.11.0</param>
<param name="version">1.11.0</param>
<param name="revision">v1.11.1</param>
<param name="version">1.11.1</param>
<!-- remove large docs -->
<param name="exclude">docs</param>
@@ -37,7 +37,7 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="revision">v0.22.3</param>
<param name="revision">f85508868ebb9477fe57ff9cb352c43e29a5cf7d</param>
<param name="version">0.22.3</param>
<param name="exclude">.github</param>