From 08c8cba75609168001337e0c14bd1cfd074bffff Mon Sep 17 00:00:00 2001 From: Ruben Santos Date: Wed, 13 Sep 2017 17:33:38 +0200 Subject: [PATCH] st: get distfiles from https --- srcpkgs/st/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/st/template b/srcpkgs/st/template index b2f606d5759..61ac92a5c9c 100644 --- a/srcpkgs/st/template +++ b/srcpkgs/st/template @@ -10,8 +10,8 @@ depends="ncurses" short_desc="Simple terminal implementation for X" maintainer='Juan RP ' license="MIT" -homepage="http://st.suckless.org" -distfiles="http://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz" +homepage="https://st.suckless.org" +distfiles="https://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz" checksum=f7870d906ccc988926eef2cc98950a99cc78725b685e934c422c03c1234e6000 pre_build() {