Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. diff --git a/open-source-lorries/glu.lorry b/open-source-lorries/glu.lorry
  2. new file mode 100644
  3. index 0000000..58722bc
  4. --- /dev/null
  5. +++ b/open-source-lorries/glu.lorry
  6. @@ -0,0 +1,10 @@
  7. +{
  8. + "glu": {
  9. + "type": "git",
  10. + "url": "git://anongit.freedesktop.org/mesa/glu",
  11. + "refspecs": [
  12. + "+refs/heads/*",
  13. + "+refs/tags/*"
  14. + ]
  15. + }
  16. +}
  17. diff --git a/open-source-lorries/glut.lorry b/open-source-lorries/glut.lorry
  18. new file mode 100644
  19. index 0000000..54c0a52
  20. --- /dev/null
  21. +++ b/open-source-lorries/glut.lorry
  22. @@ -0,0 +1,10 @@
  23. +{
  24. + "glut": {
  25. + "type": "git",
  26. + "url": "git://anongit.freedesktop.org/mesa/glut",
  27. + "refspecs": [
  28. + "+refs/heads/*",
  29. + "+refs/tags/*"
  30. + ]
  31. + }
  32. +}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement