diff options
author | null <null> | 2017-05-14 16:47:54 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 20:21:30 +0000 |
commit | 41f1e071363293ef137cfa7e2df12917ad7d67c4 (patch) | |
tree | 5f283b25aab176acff7140f235774e1428b145d1 /community/perl-class-dbi | |
parent | d58110bfa13e1d1c59a85c316a255d82ccdda6e8 (diff) | |
download | aports-41f1e071363293ef137cfa7e2df12917ad7d67c4.tar.bz2 aports-41f1e071363293ef137cfa7e2df12917ad7d67c4.tar.xz |
community/[various]: fix missing sha512 checksums
Diffstat (limited to 'community/perl-class-dbi')
-rw-r--r-- | community/perl-class-dbi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-class-dbi/APKBUILD b/community/perl-class-dbi/APKBUILD index 6166e4e8ff..32dd7050b4 100644 --- a/community/perl-class-dbi/APKBUILD +++ b/community/perl-class-dbi/APKBUILD @@ -34,4 +34,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="df59962bab98a0d31bf1d04d7270831b Class-DBI-v3.0.17.tar.gz" +sha512sums="006bc6ca754d24d9cb3791fa99128df597be1f96cb62c309a0f37f169e02e2baec6aa7e6395ddea8202df11488a9db52fa817d8fff7f925097769d70356d1fe7 Class-DBI-v3.0.17.tar.gz" |