• R/O
  • HTTP
  • SSH
  • HTTPS

提交

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

修訂9da1f510abb19bead731aba231eb8c042aa00f93 (tree)
時間2023-10-25 19:09:00
作者mio <stigma@disr...>
Commitermio

Log Message

Replace OSDN repository links

The servers haven't been reliable for a few months.

Change Summary

差異

--- a/dub.sdl
+++ b/dub.sdl
@@ -13,11 +13,11 @@ preBuildCommands "sh insert_gitversion.sh"
1313
1414 # We have a hard dependency on magickd so we can choose the subConfiguration
1515 dependency "magickd:graphicsmagick_c" \
16- repository="git+https://pf.osdn.net/gitroot/n/ne/nemophila/magickd.git" \
16+ repository="git+https://repo.or.cz/magickd.git" \
1717 version="dd4985919d78d0cf37ab4b2ab99bb2ecec6aec15"
1818
1919 dependency "pixivd" \
20- repository="git+https://pf.osdn.net/gitroot/n/ne/nemophila/pixivd.git" \
20+ repository="git+https://codeberg.org/supercell/pixivd" \
2121 version="ec0f80a31846bc9a58dd1a31e583cbfebcfbc050"
2222
2323 ########################################################
--- a/dub.selections.json
+++ b/dub.selections.json
@@ -2,6 +2,6 @@
22 "fileVersion": 1,
33 "versions": {
44 "magickd": {"version":"dd4985919d78d0cf37ab4b2ab99bb2ecec6aec15","repository":"git+https://repo.or.cz/magickd.git"},
5- "pixivd": {"version":"ec0f80a31846bc9a58dd1a31e583cbfebcfbc050","repository":"git+https://pf.osdn.net/gitroot/n/ne/nemophila/pixivd.git"}
5+ "pixivd": {"version":"ec0f80a31846bc9a58dd1a31e583cbfebcfbc050","repository":"git+https://codeberg.org/supercell/pixivd"}
66 }
77 }