libatomic_ops: add v7.6.14 (#32418)
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
33cb61afb9
commit
08c67302fc
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ class LibatomicOps(AutotoolsPackage):
|
|||
atomic memory update operations on a number architectures."""
|
||||
|
||||
homepage = "https://www.hboehm.info/gc/"
|
||||
url = "https://github.com/ivmai/libatomic_ops/releases/download/v7.6.12/libatomic_ops-7.6.12.tar.gz"
|
||||
url = "https://github.com/ivmai/libatomic_ops/releases/download/v7.6.14/libatomic_ops-7.6.14.tar.gz"
|
||||
|
||||
version("7.6.14", sha256="390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292")
|
||||
version("7.6.12", sha256="f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e")
|
||||
version("7.6.6", sha256="99feabc5f54877f314db4fadeb109f0b3e1d1a54afb6b4b3dfba1e707e38e074")
|
||||
version("7.4.4", sha256="bf210a600dd1becbf7936dd2914cf5f5d3356046904848dcfd27d0c8b12b6f8f")
|
||||
|
|
Loading…
Reference in a new issue