diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 19:19:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 19:19:09 +0100 |
commit | a4551c931278582f93430d9e3501e107fc7c9875 (patch) | |
tree | 536888c93d605ede6a4eccbc6c02a879e6eaff5c | |
parent | 78c66c9fcbdf35d76a0a9a9e4d5d291591c32e40 (diff) |
fix md5sum
-rw-r--r-- | package/polkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/polkit/Makefile b/package/polkit/Makefile index d4a1934c0..80aaec7d1 100644 --- a/package/polkit/Makefile +++ b/package/polkit/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= polkit PKG_VERSION:= 0.112 PKG_RELEASE:= 1 -PKG_MD5SUM:= 758d825e25283b201026f1bb3a476144 +PKG_MD5SUM:= 9fa7a28633b028681163466da898b008 PKG_DESCR:= application-level toolkit PKG_SECTION:= libs PKG_BUILDDEP:= autotool mozjs |