# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: it/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.fetch
diff options
context:
space:
mode:
authorBryan Quigley <gquigs@gmail.com>2017-02-24 11:05:48 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2017-03-03 14:16:03 +0000
commitfaef35d8653003786f9a0ea2ae1a2330fd15d632 (patch)
treeab93ca16d245fa002da5e13526cd54d38d506d45 /Makefile.fetch
parentbb2a3df2d5b5a01aa58fb3567686e50762186036 (diff)
Move file download verification from md5sum to sha256sum
This leaves all the md5sum parts in place for now, but switches to using sha256sum. Tries both shasum -a 256 and sha256sum. Change-Id: I393d0dde56521f6e9e76f3d5a8d15c6c830fd683 Reviewed-on: https://gerrit.libreoffice.org/34633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>