forked from pool/go1.19
6ed8b4e6d6
- go1.19 (released 2022-08-02) is a major release of Go. go1.19.x minor releases will be provided through August 2023. OBS-URL: https://build.opensuse.org/request/show/993859 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.19?expand=0&rev=3
16 lines
629 B
Plaintext
16 lines
629 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/llvm/llvm-project.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="include">compiler-rt</param>
|
|
<!-- [boo#1052528] Always make sure this is kept up to date with src/runtime/race/README. -->
|
|
<param name="revision">127e59048cd3d8dbb80c14b3036918c114089529</param>
|
|
<param name="versionformat">%H</param>
|
|
<param name="filename">llvm</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">llvm-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|