mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Switch from http to https
This commit is contained in:
parent
ef4ac51c12
commit
2097c9fc78
|
@ -1,5 +1,5 @@
|
|||
distributable:
|
||||
url: http://ftp.gnu.org/gnu/autoconf/autoconf-{{ version.raw }}.tar.xz
|
||||
url: https://ftp.gnu.org/gnu/autoconf/autoconf-{{ version.raw }}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
distributable:
|
||||
url: http://ftp.gnu.org/gnu/automake/automake-{{ version }}.tar.xz
|
||||
url: https://ftp.gnu.org/gnu/automake/automake-{{ version }}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
#FIXME: need to parse versions from someplace
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
distributable:
|
||||
url: http://ftp.gnu.org/gnu/libtool/libtool-{{ version }}.tar.xz
|
||||
url: https://ftp.gnu.org/gnu/libtool/libtool-{{ version }}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
#FIXME: need versions
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# semantic versions with a `versions.ts` script
|
||||
|
||||
distributable:
|
||||
url: http://jpegclub.org/reference/wp-content/uploads/2022/01/jpegsrc.v9e.tar.gz
|
||||
url: https://jpegclub.org/reference/wp-content/uploads/2022/01/jpegsrc.v9e.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
distributable:
|
||||
url: http://pyyaml.org/download/libyaml/yaml-{{version}}.tar.gz
|
||||
url: https://pyyaml.org/download/libyaml/yaml-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
|
|
Loading…
Reference in a new issue