From f0ad5feae0f33550239e87b8963f6d4e15069eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 28 Feb 2023 22:49:54 +0700 Subject: [PATCH] jenkins: distfiles is https only --- srcpkgs/jenkins/template | 3 +-- srcpkgs/jenkins/update | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/jenkins/template b/srcpkgs/jenkins/template index b0c7390c0c6..6b824503ab5 100644 --- a/srcpkgs/jenkins/template +++ b/srcpkgs/jenkins/template @@ -2,14 +2,13 @@ pkgname=jenkins version=2.249.3 revision=1 -build_style=fetch make_dirs="/var/lib/jenkins 0755 jenkins jenkins" depends="virtual?java-runtime" short_desc="Open source automation server" maintainer="Renato Aguiar " license="MIT" homepage="https://jenkins.io/" -distfiles="http://mirrors.jenkins.io/war-stable/${version}/jenkins.war" +distfiles="https://mirrors.jenkins.io/war-stable/${version}/jenkins.war" checksum=8de8f11d5688c79967bc53a8124960926a90d623e5e9f03f1315ccf3e7c49702 # Create 'jenkins' user system_accounts="jenkins" diff --git a/srcpkgs/jenkins/update b/srcpkgs/jenkins/update index e75a9b946fb..1e24345f4a1 100644 --- a/srcpkgs/jenkins/update +++ b/srcpkgs/jenkins/update @@ -1,2 +1,2 @@ -site='http://mirrors.jenkins.io/war-stable/' +site='https://mirrors.jenkins.io/war-stable/' pattern=']*>\K[\d.]+(?=/)'