libreoffice-fresh: 7.0.0.3 -> 7.0.3.1
Also, replace HTTP with HTTPS.
This commit is contained in:
parent
c0f4be6652
commit
d07dc0aba1
|
@ -53,10 +53,10 @@ def main():
|
||||||
|
|
||||||
def construct_url(x):
|
def construct_url(x):
|
||||||
if x['brief']:
|
if x['brief']:
|
||||||
return 'http://dev-www.libreoffice.org/src/{}{}'.format(
|
return 'https://dev-www.libreoffice.org/src/{}{}'.format(
|
||||||
x.get('subdir', ''), x['tarball'])
|
x.get('subdir', ''), x['tarball'])
|
||||||
else:
|
else:
|
||||||
return 'http://dev-www.libreoffice.org/src/{}{}-{}'.format(
|
return 'https://dev-www.libreoffice.org/src/{}{}-{}'.format(
|
||||||
x.get('subdir', ''), x['md5'], x['tarball'])
|
x.get('subdir', ''), x['md5'], x['tarball'])
|
||||||
|
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -8,8 +8,8 @@ rec {
|
||||||
|
|
||||||
major = "7";
|
major = "7";
|
||||||
minor = "0";
|
minor = "0";
|
||||||
patch = "0";
|
patch = "3";
|
||||||
tweak = "3";
|
tweak = "1";
|
||||||
|
|
||||||
subdir = "${major}.${minor}.${patch}";
|
subdir = "${major}.${minor}.${patch}";
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@ rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
|
url = "https://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
|
||||||
sha256 = "sha256-sl+vgnLGIWtyw8Y/ovVsxThdOMg2Gby4SRaiaqvZVB0=";
|
sha256 = "0b998k2dxbbj7hn3srn07fgsah236h14ncyyahamdff6h3hvqrk5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME rename
|
# FIXME rename
|
||||||
translations = fetchSrc {
|
translations = fetchSrc {
|
||||||
name = "translations";
|
name = "translations";
|
||||||
sha256 = "sha256-i3yfD5cmM6D9BctjablIFRqfibjrwLAaxxPIsQdk0sY=";
|
sha256 = "0s3ic79q0c16hbd6r06mwkyqhw4fdfy9z3xbqvdxp7jl64cjlaj4";
|
||||||
};
|
};
|
||||||
|
|
||||||
# the "dictionaries" archive is not used for LO build because we already build hunspellDicts packages from
|
# the "dictionaries" archive is not used for LO build because we already build hunspellDicts packages from
|
||||||
|
@ -31,6 +31,6 @@ rec {
|
||||||
|
|
||||||
help = fetchSrc {
|
help = fetchSrc {
|
||||||
name = "help";
|
name = "help";
|
||||||
sha256 = "sha256-hYBEEPRmh16zgGZBUN20xfTY6qL07aKMC1lC/0ij9/0=";
|
sha256 = "14wjkcdmcflfcc7264jx64s6clk5rdsprx7nkbv08z0bp6ff677b";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue