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 /lang/perl-inline/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 'lang/perl-inline/Makefile')
-rw-r--r-- | lang/perl-inline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl-inline/Makefile b/lang/perl-inline/Makefile index a1207057a..c6de5b325 100644 --- a/lang/perl-inline/Makefile +++ b/lang/perl-inline/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/I/IN/INGY PKG_SOURCE:=Inline-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=510bbac46e727bcaf240b7feac2646c9 +PKG_HASH:=7e2bd984b1ebd43e336b937896463f2c6cb682c956cbd2c311a464363d2ccef6 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net> |