diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-11-04 15:32:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-07 10:33:21 +0700 |
commit | 1f3f2e6e180609e26000666fc6346ea4d7883990 (patch) | |
tree | 91da889d1dcd2d5aaedc2f6cb290db96753869cb /network/iojs/iojs.SlackBuild | |
parent | fba34985edc972d1ba686442434546659e283660 (diff) | |
download | slackbuilds-1f3f2e6e180609e26000666fc6346ea4d7883990.tar.gz |
network/iojs: Updated for version 4.2.2.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'network/iojs/iojs.SlackBuild')
-rw-r--r-- | network/iojs/iojs.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/iojs/iojs.SlackBuild b/network/iojs/iojs.SlackBuild index 362b7ee74f..2a6c02cd1a 100644 --- a/network/iojs/iojs.SlackBuild +++ b/network/iojs/iojs.SlackBuild @@ -22,11 +22,11 @@ # You may have received a copy of the GNU General Public License # along with this program (most likely, a file named COPYING). If -# not, see <http://www.gnu.org/licenses/>. +# not, see <https://www.gnu.org/licenses/>. PRGNAM=iojs SRCNAM=node -VERSION=${VERSION:-4.2.1} +VERSION=${VERSION:-4.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |