summaryrefslogtreecommitdiffstats
path: root/rules/polkit.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-27 20:22:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-27 20:27:56 +0200
commiteea0c54a2fa1680946f8c158953b9961735b256c (patch)
tree6d8b0cdf5223a4ff0729f5d5b7f6af229c5d187b /rules/polkit.make
parent3f757a11a0abd8388d3a3f356781c44ccb59d40e (diff)
downloadptxdist-eea0c54a2fa1680946f8c158953b9961735b256c.tar.gz
ptxdist-eea0c54a2fa1680946f8c158953b9961735b256c.tar.xz
polkit: version bump 0.104 -> 0.105
This is the last version that does not require libjs. Also, add patch to build check for libsystemd instead of libsystemd-login. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/polkit.make')
-rw-r--r--rules/polkit.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/polkit.make b/rules/polkit.make
index 376315f92..1b5c95ee2 100644
--- a/rules/polkit.make
+++ b/rules/polkit.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_POLKIT) += polkit
#
# Paths and names
#
-POLKIT_VERSION := 0.104
-POLKIT_MD5 := e380b4c6fb1e7bccf854e92edc0a8ce1
+POLKIT_VERSION := 0.105
+POLKIT_MD5 := 9c29e1b6c214f0bd6f1d4ee303dfaed9
POLKIT := polkit-$(POLKIT_VERSION)
POLKIT_SUFFIX := tar.gz
POLKIT_URL := http://hal.freedesktop.org/releases/$(POLKIT).$(POLKIT_SUFFIX)