[PATCH sr.ht-apkbuilds] py3-srht: Move bootstrap clone to https protocol
Export this patch
Git protocol has been turned off permanently on March 15th, 2022:
https://github.blog/2021-09-01-improving-git-protocol-security-github/
---
sr.ht/py3-srht/APKBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sr.ht/py3-srht/APKBUILD b/sr.ht/py3-srht/APKBUILD
index f3c6648..247f07f 100644
--- a/sr.ht/py3-srht/APKBUILD
+++ b/sr.ht/py3-srht/APKBUILD
@@ -42,7 +42,7 @@ prepare() {
default_prepare
cd "$builddir"
git clone --depth=1 -b v4.1.1 \
- git://github.com/twbs/bootstrap srht/scss/bootstrap
+ https://github.com/twbs/bootstrap srht/scss/bootstrap
}
build() {
base-commit: aa6f3c7ecc47dc68e60aa879737184a947570986
--
2.25.1
Thanks!
To git@git.sr.ht:~sircmpwn/sr.ht-apkbuilds
37705be..c0df8ef master -> master