swarm: add v3.0.0 (#21389)
This commit is contained in:
parent
519ba5590c
commit
b18479a2bd
1 changed files with 3 additions and 0 deletions
|
@ -12,8 +12,11 @@ class Swarm(MakefilePackage):
|
||||||
homepage = "https://github.com/torognes/swarm"
|
homepage = "https://github.com/torognes/swarm"
|
||||||
url = "https://github.com/torognes/swarm/archive/v2.1.13.tar.gz"
|
url = "https://github.com/torognes/swarm/archive/v2.1.13.tar.gz"
|
||||||
|
|
||||||
|
version('3.0.0', sha256='b63761a9914ebf1fee14befaffd93af9c795b692c006c644d049a6d985b55810')
|
||||||
version('2.1.13', sha256='ec4b22cc1874ec6d2c89fe98e23a2fb713aec500bc4a784f0556389d22c02650')
|
version('2.1.13', sha256='ec4b22cc1874ec6d2c89fe98e23a2fb713aec500bc4a784f0556389d22c02650')
|
||||||
|
|
||||||
|
conflicts('@2.1.13', when='target=aarch64:')
|
||||||
|
|
||||||
build_directory = 'src'
|
build_directory = 'src'
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
|
Loading…
Reference in a new issue