Replace checksums with sha512

This commit is contained in:
Manuel 2024-04-08 23:10:35 +02:00
parent f38a0ff4a3
commit 4814f84b92
Signed by: Manuel
GPG key ID: 4085037435E1F07A
12 changed files with 25 additions and 28 deletions

View file

@ -8,6 +8,6 @@ pkgbase = plymouth-theme-arch-logo
license = GPL
depends = plymouth
source = plymouth-theme-arch-logo.tar.gz
sha256sums = 553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6
sha512sums = 0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06
pkgname = plymouth-theme-arch-logo

View file

@ -16,9 +16,7 @@ install="${pkgname}.install"
source=(
'plymouth-theme-arch-logo.tar.gz'
)
sha256sums=(
'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
)
sha512sums=('0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06')
package() {
cd "${srcdir}/arch-logo"