Skip to content

Commit

Permalink
SDLGFX: New Version 1.0.4 (#9100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyjor authored Jul 19, 2024
1 parent b4591d4 commit e4ababf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S/SDL2_gfx/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder, Pkg

name = "SDL2_gfx"
version = v"1.0.3"
version = v"1.0.4"

# Collection of sources required to complete build
sources = [
"http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-$(version).tar.gz" =>
"a4066bd467c96469935a4b1fe472893393e7d74e45f95d59f69726784befd8f8",
"63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262",
"./bundled",
]

Expand Down Expand Up @@ -55,4 +55,4 @@ dependencies = [
]

# 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 e4ababf

Please sign in to comment.