Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 832fa65

Browse files
committed
Change to Refack's GYP fork
See nodejs/node#26620 and bincrafters/community#851 for further reasoning
1 parent fda5cc1 commit 832fa65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

conanfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
class GypinstallerConan(ConanFile):
99
name = "gyp_installer"
10-
version = "20190423"
10+
version = "6.0.3"
1111
url = "https://github.com/bincrafters/conan-gyp_installer"
12-
homepage = "https://github.com/bincrafters/gyp"
12+
homepage = "https://github.com/refack/GYP"
1313
description = "GYP is a Meta-Build system: a build system that generates other build systems"
1414
author = "Bincrafters <bincrafters@gmail.com>"
1515
topics = ("conan", "gyp", "installer", "meta-build-system", "build-system")
@@ -19,7 +19,7 @@ class GypinstallerConan(ConanFile):
1919
_source_subfolder = "source_subfolder"
2020

2121
def source(self):
22-
sha256 = "5b8567e8f642c86f283c2bade2659315acb250cff59d5d95df36aa432cc9d56e"
22+
sha256 = "803d844e04b36caba83442e71ffb3775a04afbd8a75453eed439de5c92d041bb"
2323
tools.get("{}/archive/{}.tar.gz".format(self.homepage, self.version), sha256=sha256)
2424
archive_name = "gyp-{}".format(self.version)
2525
os.rename(archive_name, self._source_subfolder)

0 commit comments

Comments
 (0)