[vlc-commits] contrib: fluidlite: use a hash specific to fluidlite

Steve Lhomme git at videolan.org
Fri Jul 8 16:03:26 CEST 2016


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Fri Jul  8 15:54:39 2016 +0200| [b11a53f92c606f900223187fa09c7cfd4b22a550] | committer: Jean-Baptiste Kempf

contrib: fluidlite: use a hash specific to fluidlite

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b11a53f92c606f900223187fa09c7cfd4b22a550
---

 contrib/src/fluidlite/rules.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/fluidlite/rules.mak b/contrib/src/fluidlite/rules.mak
index a4cf5e0..abac7b1 100644
--- a/contrib/src/fluidlite/rules.mak
+++ b/contrib/src/fluidlite/rules.mak
@@ -1,10 +1,10 @@
 # fluidlite
 
 FLUID_GITURL := https://github.com/divideconcept/FluidLite.git
-HASH := 171d222
+FLUID_HASH := 171d222
 
 $(TARBALLS)/fluidlite-git.tar.xz:
-	$(call download_git,$(FLUID_GITURL),,$(HASH))
+	$(call download_git,$(FLUID_GITURL),,$(FLUID_HASH))
 
 .sum-fluidlite: fluidlite-git.tar.xz
 	$(warning $@ not implemented)



More information about the vlc-commits mailing list