* [ptxdist] [PATCH] rauc: version bump 0.1 -> 0.1.1
@ 2017-05-15 9:52 Bastian Stender
0 siblings, 0 replies; only message in thread
From: Bastian Stender @ 2017-05-15 9:52 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Stender
rauc 0.1.1 fixes accidentally packaged systemd service files. This lead
to failing services in case the rauc binary location differed from the
location on the packaging host.
Signed-off-by: Bastian Stender <bst@pengutronix.de>
---
rules/rauc.make | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/rauc.make b/rules/rauc.make
index 29b755f..a7ead49 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
#
# Paths and names
#
-RAUC_VERSION := v0.1
-RAUC_MD5 := 33c6f45b71f9b9c082fa852c3d5915d9
+RAUC_VERSION := 0.1.1
+RAUC_MD5 := 4457d4d98efb83399ff45d36b31b3e3f
RAUC := rauc-$(RAUC_VERSION)
RAUC_SUFFIX := tar.xz
-RAUC_URL := https://github.com/rauc/rauc/releases/download/v0.1/rauc-0.1.tar.xz
+RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
RAUC_SOURCE := $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX)
RAUC_DIR := $(BUILDDIR)/$(RAUC)
RAUC_LICENSE := LGPL-2.1
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-05-15 9:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 9:52 [ptxdist] [PATCH] rauc: version bump 0.1 -> 0.1.1 Bastian Stender
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox