index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-18 09:06:18 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-18 09:06:18 +0200 |
commit | a2b8633752635f9f82a9dc66d378f3a03abb820f (patch) | |
tree | dfd1f780639d5510b641cd55b375e614becbcc55 /extra | |
parent | 73e54b7d115ec0d4e7dc63ded9470788bd861645 (diff) |
-rw-r--r-- | extra/linux-zen/PKGBUILD | 2 |
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 |