Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 'giflib' package to v5.2.1-p0 #622

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update 'giflib' package to v5.2.1-p0
  • Loading branch information
drodin committed Sep 21, 2022
commit 4fbdd1dea60cfbe187466da881ac0d9ed4a2285b
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ hunter_default_version(gemmlowp VERSION 1.0.0)
hunter_default_version(geos VERSION 3.4.2)
hunter_default_version(getopt VERSION 1.0.0-p0)
hunter_default_version(gflags VERSION 2.2.2)
hunter_default_version(giflib VERSION 5.1.4-p1)
hunter_default_version(giflib VERSION 5.2.1-p0)
hunter_default_version(gl4es VERSION 1.1.4-p1)
hunter_default_version(glbinding VERSION 3.1.0-p0)
hunter_default_version(glew VERSION 2.0.0-p1)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/giflib/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ hunter_add_version(
SHA1
886897af5b36a5d3179e31cf2c1f2d83170eae52
)

hunter_add_version(
PACKAGE_NAME
giflib
VERSION
5.2.1-p0
URL
"https://github.com/cpp-pm/giflib/archive/v5.2.1-p0.tar.gz"
SHA1
360566a40499f8e1149a0d94bff66dadcf7bdfae
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(giflib)
Expand Down