forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request InsightSoftwareConsortium#5058 from blowekamp/upda…
…te_libpng_update_script libpng: reimport 1.6.44 for new update-third-party script
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ set -e | |
set -x | ||
shopt -s dotglob | ||
|
||
readonly name="itkpng" | ||
readonly name="png" | ||
readonly ownership="LIBPNG Upstream <[email protected]>" | ||
readonly subtree="Modules/ThirdParty/PNG/src/$name" | ||
readonly subtree="Modules/ThirdParty/PNG/src/itk$name" | ||
readonly repo="git://git.code.sf.net/p/libpng/code" | ||
readonly tag='v1.6.44' # Sept 12, 2024 | ||
readonly paths=" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* -whitespace |