Skip to content

Commit

Permalink
Merge pull request #55 from tessel/node-4.4.3
Browse files Browse the repository at this point in the history
Update Node to 4.4.3
  • Loading branch information
johnnyman727 committed Apr 21, 2016
2 parents f295bc6 + d620da7 commit b22f90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/node/node/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=node
PKG_VERSION:=v4.2.1
PKG_VERSION:=v4.4.3
PKG_RELEASE:=1

PKG_SOURCE:=node-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nodejs.org/dist/${PKG_VERSION}/
PKG_SHA256SUM:=8861b9f4c3b4db380fcda19a710c0430c3d62d03ee176c64db63eef95a672663
PKG_SHA256SUM:=8e67b95721aab7bd721179da2fe5dd97f9acc1306c15c9712ee103bcd6381638

PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=
Expand Down

0 comments on commit b22f90a

Please sign in to comment.