From b29f6f69d4fe991fd9e545f6d29d58597dc16257 Mon Sep 17 00:00:00 2001 From: MagomeYae <91249055+MagomeYae@users.noreply.github.com> Date: Fri, 5 Nov 2021 02:08:28 +0800 Subject: feat(add-pkg): Add wget2 back Signed-off-by: MagomeYae <91249055+MagomeYae@users.noreply.github.com> --- .gitmodules | 3 +++ repo/wget2 | 1 + 2 files changed, 4 insertions(+) create mode 160000 repo/wget2 diff --git a/.gitmodules b/.gitmodules index 21b24c6..824fc73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "repo/mozjpeg"] path = repo/mozjpeg url = https://aur.archlinux.org/mozjpeg.git +[submodule "repo/wget2"] + path = repo/wget2 + url = https://aur.archlinux.org/wget2.git diff --git a/repo/wget2 b/repo/wget2 new file mode 160000 index 0000000..3f314f2 --- /dev/null +++ b/repo/wget2 @@ -0,0 +1 @@ +Subproject commit 3f314f280063635b4f928d6cd48f63825715d72a -- cgit v1.3.1