~sircmpwn/sr.ht-packages

sr.ht-apkbuilds: py3-srht: Move bootstrap clone to https protocol v1 APPLIED

Ignas Kiela: 1
 py3-srht: Move bootstrap clone to https protocol

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/sr.ht-packages/patches/30463/mbox | git am -3
Learn more about email & git

[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