index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-23 11:06:27 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-23 11:06:27 +0200 |
commit | f467276b6e8de031d1508f19ea6e521f13aadaef (patch) | |
tree | 629b7becf81bb4775705c2cd48d63aee1c1c2f9d | |
parent | 030bcbf785aab7f4a3ab0285fdc49c0202504d8e (diff) |
-rw-r--r-- | core/linux/PKGBUILD | 2 |
diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index 9f6d2f0d..47e8f2ed 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -2,7 +2,7 @@ # fail if upstream's .config changes for ((i=0; i<${#sha256sums[@]}; i++)); do - if [ "${sha256sums[${i}]}" = 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' ]; then + if [ "${sha256sums[${i}]}" = 'bb700544d499a92dab141a218cc1eac62fdff0b67682748cb827035269c02a55' ]; then sha256sums[${i}]='35627a74558c1171af386dcb6d69c45619ec3189a4c6444d94b94f75f19da5c6' fi done |