• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A CLI tool for downloading from pixiv.net


Commit MetaInfo

Revision95267e3f5714f9ff2e9aaa21de7b92da6ae25e69 (tree)
Time2023-07-23 08:05:01
Authormio <stigma@disr...>
Commitermio

Log Message

Update MagickD and PixivD versions

Change Summary

Incremental Difference

--- a/dub.sdl
+++ b/dub.sdl
@@ -14,11 +14,11 @@ libs "GraphicsMagick"
1414 # We have a hard dependency on magickd so we can choose the subConfiguration
1515 dependency "magickd:graphicsmagick_c" \
1616 repository="git+https://pf.osdn.net/gitroot/n/ne/nemophila/magickd.git" \
17- version="8f77b94429c8d883ce4c22a2d4d6346296809b81"
17+ version="dd4985919d78d0cf37ab4b2ab99bb2ecec6aec15"
1818
1919 dependency "pixivd" \
2020 repository="git+https://pf.osdn.net/gitroot/n/ne/nemophila/pixivd.git" \
21- version="8b0d2e3157470ef5551bd38769d144ffbbe4216a"
21+ version="7f9a1f69ffd804cc510c8f765efbc3758fb26004"
2222
2323 ########################################################
2424 # If you are using the "fetch_dependencies.sh" script, #