mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
Use https for links to ansible.com domains.
This commit is contained in:
parent
0d1e9bfe90
commit
c262dbfd30
46 changed files with 61 additions and 61 deletions
|
@ -4,7 +4,7 @@ PORTNAME= ansible
|
|||
PORTVERSION= 2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= python net-mgmt sysutils
|
||||
MASTER_SITES= http://releases.ansible.com/ansible/
|
||||
MASTER_SITES= https://releases.ansible.com/ansible/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bcoca@ansible.com
|
||||
|
|
|
@ -12,7 +12,7 @@ Url: https://www.ansible.com
|
|||
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
|
||||
License: GPLv3+
|
||||
Group: Development/Libraries
|
||||
Source: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
|
||||
Source: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
%{!?__python2: %global __python2 /usr/bin/python2.6}
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue