diff options
author | Etienne Champetier <champetier.etienne@gmail.com> | 2017-08-27 21:28:09 -0700 |
---|---|---|
committer | Etienne Champetier <champetier.etienne@gmail.com> | 2017-08-29 21:41:14 -0700 |
commit | 4006865ae81b20b1793ae2a07db20235fefd2c71 (patch) | |
tree | d09ca7c42f0ec1e48a10609e3e8b9a75ef214b64 /utils/tcsh/Makefile | |
parent | 5f95c0a2e3dd9b175097970833694de6c53b6bcc (diff) |
treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git
(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Diffstat (limited to 'utils/tcsh/Makefile')
-rw-r--r-- | utils/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index 7b0d188ac..606a96a4e 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:= \ http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old/ \ ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.astron.com/pub/tcsh/old -PKG_MD5SUM:=59d40ef40a68e790d95e182069431834 +PKG_HASH:=b89de7064ab54dac454a266cfe5d8bf66940cb5ed048d0c30674ea62e7ecef9d PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=Copyright |