Skip to content

Commit

Permalink
attempt 1.10.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 31, 2021
1 parent db43fa6 commit 15483e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions U/UCX/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
using BinaryBuilder, Pkg

name = "UCX"
version = v"1.9.0"
version = v"1.10.0-rc1"
_version = v"1.10.0"


# Collection of sources required to complete build
sources = [
ArchiveSource("https://github.com/openucx/ucx/releases/download/v$(version)/ucx-$(version).tar.gz",
"a7a2c8841dc0d5444088a4373dc9b9cc68dbffcd917c1eba92ca8ed8e5e635fb"),
ArchiveSource("https://github.com/openucx/ucx/releases/download/v$(version)/ucx-$(_version).tar.gz",
"4f40f917a14c3cd3bcaabf8a6aba30dcb2e9a5e95e2b0afb18d6c238e02dc283"),
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit 15483e2

Please sign in to comment.