libatomic_ops: add v7.6.12 (#26512)

This commit is contained in:
Ivan Maidanski 2021-10-05 11:08:57 +03:00 committed by GitHub
parent 4e6f2ede0a
commit 1a651f1dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ class LibatomicOps(AutotoolsPackage):
atomic memory update operations on a number architectures."""
homepage = "https://www.hboehm.info/gc/"
url = "https://www.hboehm.info/gc/gc_source/libatomic_ops-7.6.6.tar.gz"
url = "https://github.com/ivmai/libatomic_ops/releases/download/v7.6.12/libatomic_ops-7.6.12.tar.gz"
version('7.6.12', sha256='f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e')
version('7.6.6', sha256='99feabc5f54877f314db4fadeb109f0b3e1d1a54afb6b4b3dfba1e707e38e074')
version('7.4.4', sha256='bf210a600dd1becbf7936dd2914cf5f5d3356046904848dcfd27d0c8b12b6f8f')