fix: 🐛 Fix package sums

This commit is contained in:
kamack38 2022-05-03 19:35:16 +02:00
parent 5d0378abf4
commit b2f291d92a
No known key found for this signature in database
GPG key ID: C4583B304CDA4CA0
2 changed files with 4 additions and 4 deletions

View file

@ -15,9 +15,9 @@ pkgbase = oh-my-posh-bin
conflicts = oh-my-posh
noextract = themes.zip
source = https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.77.0/themes.zip
sha256sums = 1f539abafa451dc804e12eb615149df648fda64aeaa29376ef73b7ece866952f
sha256sums = d2bfb814099553ca09b43b7d9a426b2c0ac580a6d7bc25cdbda1ac10204f4fde
source_x86_64 = https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.77.0/posh-linux-amd64
sha256sums_x86_64 = 772d6ea734b7f6c1414260b54b587e6fd738dcfa38480776f6350a36a3d935e1
sha256sums_x86_64 = 750ca2ee8f1a0506a6d67750834ee97b898bda1b1bb7a34eae6f2e06de2f97f7
source_armv7h = https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.77.0/posh-linux-arm
sha256sums_armv7h = 5802cd7e2a8cfe79f9b88fd98411cfba4b54518bcf1efbb7a5e66868e8e71531
source_aarch64 = https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.77.0/posh-linux-arm64

View file

@ -15,8 +15,8 @@ source_x86_64=("https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v
source_armv7h=("https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$pkgver/posh-linux-arm")
source_aarch64=("https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$pkgver/posh-linux-arm64")
noextract=('themes.zip')
sha256sums=('1f539abafa451dc804e12eb615149df648fda64aeaa29376ef73b7ece866952f')
sha256sums_x86_64=('772d6ea734b7f6c1414260b54b587e6fd738dcfa38480776f6350a36a3d935e1')
sha256sums=('d2bfb814099553ca09b43b7d9a426b2c0ac580a6d7bc25cdbda1ac10204f4fde')
sha256sums_x86_64=('750ca2ee8f1a0506a6d67750834ee97b898bda1b1bb7a34eae6f2e06de2f97f7')
sha256sums_armv7h=('5802cd7e2a8cfe79f9b88fd98411cfba4b54518bcf1efbb7a5e66868e8e71531')
sha256sums_aarch64=('a3d2cba2b367c7e2b0e69d23d0f8707309d827e5a780b65a2ac2f7c221d44027')