Skip to content

Commit

Permalink
Include SHA1 hashes of downloads in README
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Oct 16, 2011
1 parent 5f48988 commit f19ea40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ The following packages have been built by the Lua build bot:

### Implementations of Lua

* [Lua 5.1.4](http://peterodding.com/code/lua/buildbot/downloads/lua-5.1.4.zip) (234K)
* [LuaJIT 1.1.7](http://peterodding.com/code/lua/buildbot/downloads/luajit-1.1.7.zip) (255K)
* [LuaJIT 2.0.0-beta8](http://peterodding.com/code/lua/buildbot/downloads/luajit-2.0.0-beta8.zip) (269K)
<table cellpadding=5>
<tr><th>Release</th><th>Size</th><th>SHA1 hash</th></tr>
<tr><td><a href="http://peterodding.com/code/lua/buildbot/downloads/lua-5.1.4.zip">Lua 5.1.4</a></td><td>234K</td><td><code>b312a0f67fae85d0969edcccee3df3bb27b6c228</code></td></tr>
<tr><td><a href="http://peterodding.com/code/lua/buildbot/downloads/luajit-1.1.7.zip">LuaJIT 1.1.7</a></td><td>255K</td><td><code>f58c039e0a890601d44f7026f36ed7e9a9de0990</code></td></tr>
<tr><td><a href="http://peterodding.com/code/lua/buildbot/downloads/luajit-2.0.0-beta8.zip">LuaJIT 2.0.0 beta 8</a></td><td>269K</td><td><code>7b3f8a8c4788e67c737137e69c9bbe39ba183410</code></td></tr>
</table>

### Lua modules

* [LPeg 0.10.2](http://peterodding.com/code/lua/buildbot/downloads/lpeg-0.10.2.zip) (89K)
* [LuaSocket 2.0.2](http://peterodding.com/code/lua/buildbot/downloads/luasocket-2.0.2.zip) (126K)
* [LuaFileSystem 1.5.0](http://peterodding.com/code/lua/buildbot/downloads/luafilesystem-1.5.0.zip) (70K)
<table cellpadding=5>
<tr><th>Release</th><th>Size</th><th>SHA1 hash</th></tr>
<tr><td><a href="http://peterodding.com/code/lua/buildbot/downloads/lpeg-0.10.2.zip">LPeg 0.10.2</a></td><td>89K</td><td><code>159a31446cc4c0f3a28e892c2c61d4bac52f25ee</code></td></tr>
<tr><td><a href="http://peterodding.com/code/lua/buildbot/downloads/luasocket-2.0.2.zip">LuaSocket 2.0.2</a></td><td>126K</td><td><code>a6a8fe0763cd21160c4cde2f6da8df5095851c36</code></td></tr>
<tr><td><a href="http://peterodding.com/code/lua/buildbot/downloads/luafilesystem-1.5.0.zip">LuaFileSystem 1.5.0</a></td><td>70K</td><td><code>9c482f761d4e7624215b62e0b807a59ff44a3309</code></td></tr>
</table>

## Status

Expand Down
1 change: 0 additions & 1 deletion buildbot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
TODO Add a command line interface
TODO Decouple checking for updates from building, this way we can check for updates on UNIX and never even bother booting the VM?
TODO Include cryptographic hashes of generated binaries in README?
TODO Extract project specific instructions into separate files?
]]
Expand Down

0 comments on commit f19ea40

Please sign in to comment.