Skip to content

Commit

Permalink
[bsdiff_endsley] Update Bzip2 compat
Browse files Browse the repository at this point in the history
This will help testing JuliaIO/BSDiff.jl#49
  • Loading branch information
nhz2 authored Oct 19, 2024
1 parent 1b2d412 commit e2efbf6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions B/bsdiff_endsley/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using BinaryBuilder, Pkg

name = "bsdiff_endsley"
version = v"4.3.0"
version = v"4.3.1"

# Collection of sources required to complete build
sources = [
Expand Down Expand Up @@ -32,10 +32,8 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
# Future versions of bzip2 should allow a more relaxed compat because the
# soname of the macOS library shouldn't change at every patch release.
Dependency("Bzip2_jll", v"1.0.6"; compat="=1.0.6"),
Dependency("Bzip2_jll"; compat="1.0.8"),
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")

0 comments on commit e2efbf6

Please sign in to comment.