Thijs Schreijer <thijs@...> writes:

> 
> > Or you can use zip:
> >   source = {
> >      url = "https://github.com/JohnHind/Lua_Bitfield/archive/master.zip";,
> >      dir = "Lua_Bitfield-master",
> >   }
> > For specific version i create tag like `v0.1.2`
> > And in rockspec i use
> >   source = {
> >     url = "https://github.com/moteus/lua-odbc/archive/v0.2.0.zip";,
> >     dir = "lua-odbc-0.2.0",
> >   }
> > 
> 
> For an SCM rockspec I think the whole purpose is to get the latest master,
so you can't get around using git
> 
github allow you download specific version (tag/commit/master) of repo over
https as zip/tar.gz archive.
e.g to download master of Lua_Bitfield repo you can use this url:
https://github.com/JohnHind/Lua_Bitfield/archive/master.zip


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to