summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-18 09:06:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-18 09:06:18 +0200
commita2b8633752635f9f82a9dc66d378f3a03abb820f (patch)
treedfd1f780639d5510b641cd55b375e614becbcc55 /extra
parent73e54b7d115ec0d4e7dc63ded9470788bd861645 (diff)
downloadpackages-a2b8633752635f9f82a9dc66d378f3a03abb820f.tar.xz
extra/linux-zen: another wrong checksum
Diffstat (limited to 'extra')
-rw-r--r--extra/linux-zen/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/linux-zen/PKGBUILD b/extra/linux-zen/PKGBUILD
index f4f86848..59216254 100644
--- a/extra/linux-zen/PKGBUILD
+++ b/extra/linux-zen/PKGBUILD
@@ -2,7 +2,7 @@
# fail if upstream's .config changes
for ((i=0; i<${#sha256sums[@]}; i++)); do
- if [ "${sha256sums[${i}]}" = '812250d12684c263c2db878d0d49539cb4f987790d74d42225ae3f51f3e28133' ]; then
+ if [ "${sha256sums[${i}]}" = '5b00c25683ca77c6e160861b3e089421215e77951d54c635d8108158f33b6980' ]; then
sha256sums[${i}]='f8ccadfef4280082b0e996e53e3b0e5eb3dc118db2288b36ac3d4b73322a204d'
fi
done