Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Bump version and use github helper
@ 2017-04-24  4:44 Steve Kenton
  2017-04-24  6:11 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Kenton @ 2017-04-24  4:44 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Steve Kenton <skenton@ou.edu>
---
 package/tovid/tovid.mk | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/tovid/tovid.mk b/package/tovid/tovid.mk
index 079fada..0aa8c6c 100644
--- a/package/tovid/tovid.mk
+++ b/package/tovid/tovid.mk
@@ -3,9 +3,8 @@
 # tovid
 #
 ################################################################################
-
-TOVID_VERSION = 0.35.0
-TOVID_SITE = https://github.com/tovid-suite/tovid/releases/download/v$(TOVID_VERSION)
+TOVID_VERSION = 0.35.2
+TOVID_SITE = $(call github,<tovid-suite>,<tovid>,$(TOVID_VERSION))
 TOVID_LICENSE = GPL-2.0+
 TOVID_LICENSE_FILES = COPYING
 TOVID_SETUP_TYPE = distutils
-- 
2.9.0.137.gcf4c2cf

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-24  6:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24  4:44 [Buildroot] [PATCH 1/1] Bump version and use github helper Steve Kenton
2017-04-24  6:11 ` Baruch Siach
2017-04-24  6:21   ` Baruch Siach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox