Replace checksums with sha512

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

View File

@ -15,6 +15,6 @@ pkgbase = ntfs2btrfs-git
provides = ntfs2btrfs
conflicts = ntfs2btrfs
source = git+https://github.com/maharmstone/ntfs2btrfs.git
sha256sums = SKIP
sha512sums = SKIP
pkgname = ntfs2btrfs-git

View File

@ -13,7 +13,7 @@ makedepends=('git' 'cmake' 'pkgconf')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+${url}.git")
sha256sums=('SKIP')
sha512sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"