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

Commit

Permalink
Change to Refack's GYP fork
Browse files Browse the repository at this point in the history
See

nodejs/node#26620

and

bincrafters/community#851

for further reasoning
  • Loading branch information
Croydon committed Jul 2, 2019
1 parent fda5cc1 commit 832fa65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

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

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

0 comments on commit 832fa65

Please sign in to comment.