7
0
forked from pool/rusty_v8
2021-09-27 03:34:12 +00:00
committed by Git OBS Bridge
parent e234f25a8d
commit ef38131daa
5 changed files with 15 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param>
<param name="revision">v0.28.0</param>
<param name="version">0.28.0</param>
<param name="revision">v0.29.0</param>
<param name="version">0.29.0</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>