Skip to content

Commit

Permalink
[ProxTV] Upgrade to v3.3.2 (#9468)
Browse files Browse the repository at this point in the history
* Update build_tarballs.jl

* Update build_tarballs.jl
  • Loading branch information
amontoison authored Sep 20, 2024
1 parent c58320b commit 763d674
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions P/proxTV/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ using BinaryBuilder, Pkg
using Base.BinaryPlatforms

name = "proxTV"
version = v"3.3.1"
version = v"3.3.2"

# Collection of sources required to build proxTV.
sources = [
GitSource("https://github.com/amontoison/proxTV", "6f7ad7e1048a6d97aa1e92ec35937ae4f155b1a0"),
GitSource("https://github.com/amontoison/proxTV", "fa1bd9456a8564ac7ca9f7d3544ba27b6b07933a"),
]

# Bash recipe for building across all platforms
Expand All @@ -31,6 +31,7 @@ install_license ../LICENSE.txt
"""

platforms = supported_platforms()
filter!(p -> !(Sys.isfreebsd(p) && arch(p) == "aarch64"), platforms)

# The products that we will ensure are always built
products = [
Expand Down

0 comments on commit 763d674

Please sign in to comment.