Skip to content

Commit

Permalink
add sha1 sums of 0.4.10 and 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp committed Aug 18, 2011
1 parent f5d882a commit 42316d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -17,9 +17,9 @@ If PREFIX is `v` or `V` it is equivalent to $HOME/local/node-VERSION

Examples:

getnode 0.4.9
getnode 0.4.9 v
getnode 0.4.9 ~/node-0.4
getnode 0.4.11
getnode 0.4.11 v
getnode 0.4.11 ~/node-0.4

ABOUT NODE
----------
Expand Down Expand Up @@ -58,7 +58,7 @@ Currently it knows checksums of the following versions of Node:
* 0.1.100 - 0.1.104
* 0.2.0 - 0.2.6
* 0.3.0 - 0.3.8
* 0.4.0 - 0.4.9
* 0.4.0 - 0.4.11

If you try to get a version of Node that Getnode doesn't know about then
you have to explicitly accept the computed checksum so you have an option
Expand Down Expand Up @@ -113,8 +113,9 @@ There is still a lot to do to make this script more useful.
* There will be option to automatically give the default answer to any question.
* There might be an option to provide url instead of version for local mirrors.
* There might be an option to update PATH and MANPATH.
* There should be an option to (securely) install NPM
* The name might change
* There should be an option to (securely) install NPM.
* Support for the 0.5 branch (currently unstable) will be added.
* The name might change.

This is an early version, use it at your own risk.

Expand Down
15 changes: 9 additions & 6 deletions getnode
Expand Up @@ -51,9 +51,9 @@ If PREFIX is `v` or `V` it is equivalent to $HOME/local/node-VERSION
Examples:
getnode 0.4.9
getnode 0.4.9 v
getnode 0.4.9 ~/node-0.4
getnode 0.4.11
getnode 0.4.11 v
getnode 0.4.11 ~/node-0.4
END_USAGE

SECTION DESCRIPTION << 'END_DESCRIPTION'
Expand Down Expand Up @@ -94,7 +94,7 @@ Currently it knows checksums of the following versions of Node:
* 0.1.100 - 0.1.104
* 0.2.0 - 0.2.6
* 0.3.0 - 0.3.8
* 0.4.0 - 0.4.9
* 0.4.0 - 0.4.11
If you try to get a version of Node that Getnode doesn't know about then
you have to explicitly accept the computed checksum so you have an option
Expand Down Expand Up @@ -149,8 +149,9 @@ There is still a lot to do to make this script more useful.
* There will be option to automatically give the default answer to any question.
* There might be an option to provide url instead of version for local mirrors.
* There might be an option to update PATH and MANPATH.
* There should be an option to (securely) install NPM
* The name might change
* There should be an option to (securely) install NPM.
* Support for the 0.5 branch (currently unstable) will be added.
* The name might change.
This is an early version, use it at your own risk.
Expand Down Expand Up @@ -264,6 +265,8 @@ function known_sha1 {
node-v0.4.7.tar.gz) sha1=514c8fff800070752739b2872eed18750c202c78;;
node-v0.4.8.tar.gz) sha1=0e2243677b59822abb3f30ff8fc51ccb6c4a6d76;;
node-v0.4.9.tar.gz) sha1=ce9b62baa993b385b1efd66058503ea215a08389;;
node-v0.4.10.tar.gz) sha1=e2b0297f885fbb7013df08e3e10697ad8d1cd381;;
node-v0.4.11.tar.gz) sha1=ea0898745094cf771b2860d90629ec867734be52;;
*) sha1=unknown;;
esac
knownhash=$sha1
Expand Down

0 comments on commit 42316d6

Please sign in to comment.