diff options
Diffstat (limited to 'extra/linux-zen/PKGBUILD')
-rw-r--r-- | extra/linux-zen/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/linux-zen/PKGBUILD b/extra/linux-zen/PKGBUILD index 45e32462..65a1fb1e 100644 --- a/extra/linux-zen/PKGBUILD +++ b/extra/linux-zen/PKGBUILD @@ -1,9 +1,9 @@ -# upstream git revision: ed4ccdbcbddf6764264966e62415557722c94832 +# upstream git revision: 3d0e306102d892c84372b756690157b510954b7c # fail if upstream's .config changes for ((i=0; i<${#sha256sums[@]}; i++)); do - if [ "${sha256sums[${i}]}" = 'e4dafc832ab5c7401d06a4758048e40e9a3ba7db6e764061708c9bf063e05bff' ]; then - sha256sums[${i}]='43132081e4c8b6dfbf06a900fcfd69c6e8ec3d7e50b80854c9ef03ba158d686b' + if [ "${sha256sums[${i}]}" = 'c4fb5934f76a4ca1721e184fb7a8a64d7e1494773586094b16304bcde1435663' ]; then + sha256sums[${i}]='080762c81443c043a929539d34344107b0b09a52c0dd9e603b2d8c19968a0057' fi done |