Replace checksums with sha512

This commit is contained in:
Manuel 2023-12-03 20:31:07 +01:00
parent c545ca1776
commit 4e0752b359
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ pkgbase = ntfs2btrfs
depends = lzo
depends = zstd
source = https://github.com/maharmstone/ntfs2btrfs/archive/20230501/ntfs2btrfs-20230501.tar.gz
sha256sums = 15924a22e9d80e4ca28bf5524708dd8f69d840df1e781a659ce953fee7d90730
sha512sums = ad10850280f591cbdc169bb8e0b1768f7c4051b3110283c941ab76beb0d2b728d30ac64caecdbe6f90068b2486170ddced0704d741d1469944c58ecf0b168e0a
pkgname = ntfs2btrfs

View File

@ -10,7 +10,7 @@ license=('GPL2')
depends=('fmt' 'zlib' 'lzo' 'zstd')
makedepends=('cmake' 'pkgconf')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('15924a22e9d80e4ca28bf5524708dd8f69d840df1e781a659ce953fee7d90730')
sha512sums=('ad10850280f591cbdc169bb8e0b1768f7c4051b3110283c941ab76beb0d2b728d30ac64caecdbe6f90068b2486170ddced0704d741d1469944c58ecf0b168e0a')
build() {
cmake -B build -S "$pkgname-$pkgver" \