Skip to content

Commit

Permalink
Upgrade libogg to v1.3.5 (#4181)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhayap authored Jan 6, 2022
1 parent be83a11 commit e047e80
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions O/Ogg/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
using BinaryBuilder

name = "Ogg"
version = v"1.3.4"
version = v"1.3.5"

sources = [
ArchiveSource("https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-$(version).tar.xz",
"c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe"),
"c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705"),
]

version = v"1.3.5" # <-- This version number is a lie to build for experimental platforms

# Bash recipe for building across all platforms
script = raw"""
cd $WORKSPACE/srcdir/libogg-*/
Expand All @@ -23,7 +21,7 @@ make install

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = supported_platforms(; experimental=true)
platforms = supported_platforms()

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

0 comments on commit e047e80

Please sign in to comment.