diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-03 13:45:41 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-03 13:45:41 +0200 |
commit | cf37eb11f81d1c0604cead05b0aa183372f05534 (patch) | |
tree | 0a2728d22ce2bea68f9800ad1cdf6102179650a8 | |
parent | 99e88e2ee8ea43b686d4130493b4e62a34042b3a (diff) | |
download | packages-cf37eb11f81d1c0604cead05b0aa183372f05534.tar.xz |
core/file: fixed wrong checksum
-rw-r--r-- | core/file/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD index 6e4fe876..f0ff50ee 100644 --- a/core/file/PKGBUILD +++ b/core/file/PKGBUILD @@ -2,4 +2,4 @@ # systems (e.g. fstat64) source+=('file-5.33-seccomp-32bit.patch') -md5sums+=('b472f29fefe0f60607eae814ff163e551') +md5sums+=('472f29fefe0f60607eae814ff163e551') |