Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#5058 from blowekamp/upda…
Browse files Browse the repository at this point in the history
…te_libpng_update_script

libpng: reimport 1.6.44 for new update-third-party script
  • Loading branch information
blowekamp authored Dec 13, 2024
2 parents 202cb1b + de9935b commit 272ba33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/ThirdParty/PNG/UpdateFromUpstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down
1 change: 1 addition & 0 deletions Modules/ThirdParty/PNG/src/itkpng/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* -whitespace

0 comments on commit 272ba33

Please sign in to comment.