From 37dae721d37647981514557ebe12c40b9aaa4570 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Sat, 6 May 2023 13:54:13 +0200 Subject: [PATCH] Replace md5sums with sha256sums in documentation As noted in !24, md5sums are outdated. --- doc/PKGBUILD-example.txt | 4 ++-- doc/makepkg-template.1.asciidoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/PKGBUILD-example.txt b/doc/PKGBUILD-example.txt index 910fd068..d4e1c9c1 100644 --- a/doc/PKGBUILD-example.txt +++ b/doc/PKGBUILD-example.txt @@ -12,8 +12,8 @@ depends=('glibc') makedepends=('ed') optdepends=('ed: for "patch -e" functionality') source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('e9ae5393426d3ad783a300a338c09b72' - 'SKIP') +sha256sums=('9124ba46db0abd873d0995c2ca880e81252676bb6c03e0a37dfc5f608a9b0ceb' + 'SKIP') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/doc/makepkg-template.1.asciidoc b/doc/makepkg-template.1.asciidoc index 1cf39fb2..1b7476c2 100644 --- a/doc/makepkg-template.1.asciidoc +++ b/doc/makepkg-template.1.asciidoc @@ -85,7 +85,7 @@ Example PKGBUILD license=('PerlArtistic' 'GPL') depends=('perl') source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHERZODR/Config-Simple-${pkgver}.tar.gz") - md5sums=('f014aec54f0a1e2e880d317180fce502') + sha256sums=('dd9995706f0f9384a15ccffe116c3b6e22f42ba2e58d8f24ed03c4a0e386edb4') _distname="Config-Simple" # template start; name=perl-module; version=1.0;