File tree Expand file tree Collapse file tree 15 files changed +28
-28
lines changed Expand file tree Collapse file tree 15 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
class JetbrainsNpm < Formula
2
2
desc "Fix IntelliJ/WebStorm's npm integration under nodenv"
3
3
homepage "https://github.com/nodenv/jetbrains-npm"
4
- url "https://github.com/nodenv/jetbrains-npm/archive/v1.0.0.tar.gz"
4
+ url "https://github.com/nodenv/jetbrains-npm/archive/refs/tags/ v1.0.0.tar.gz"
5
5
sha256 "4083ab47eed1e614d374f117722628f568de465f6cb0481b2ffc830c2c1c7afe"
6
6
head "https://github.com/nodenv/jetbrains-npm.git"
7
7
Original file line number Diff line number Diff line change 1
1
class NodeBuildJxcore < Formula
2
2
desc "Install JXCore versions"
3
3
homepage "https://github.com/nodenv/node-build-jxcore"
4
- url "https://github.com/nodenv/node-build-jxcore/archive/v1.0.1.tar.gz"
4
+ url "https://github.com/nodenv/node-build-jxcore/archive/refs/tags/ v1.0.1.tar.gz"
5
5
sha256 "1b09594c19bb0627489a2f3e19bd7384087a7212df10720046b36c70e13b2cd4"
6
6
head "https://github.com/nodenv/node-build-jxcore.git"
7
7
Original file line number Diff line number Diff line change 1
1
class NodeBuildPrerelease < Formula
2
2
desc "Install NodeJS prerelease versions"
3
3
homepage "https://github.com/nodenv/node-build-prerelease"
4
- url "https://github.com/nodenv/node-build-prerelease/archive/v1.1.0.tar.gz"
4
+ url "https://github.com/nodenv/node-build-prerelease/archive/refs/tags/ v1.1.0.tar.gz"
5
5
sha256 "d30bf4b3a7398da47ece837bd5e396e0b7f5257126caa2148304ee271956798c"
6
6
head "https://github.com/nodenv/node-build-prerelease.git"
7
7
Original file line number Diff line number Diff line change 1
1
class NodenvAliases < Formula
2
2
desc "Create aliases for nodenv Node versions"
3
3
homepage "https://github.com/nodenv/nodenv-aliases"
4
- url "https://github.com/nodenv/nodenv-aliases/archive/v2.0.2.tar.gz"
4
+ url "https://github.com/nodenv/nodenv-aliases/archive/refs/tags/ v2.0.2.tar.gz"
5
5
sha256 "632193b462438c986c104edc95f5378c067e02f6f8d1a7be38d5017183ab0149"
6
6
head "https://github.com/nodenv/nodenv-aliases.git"
7
7
Original file line number Diff line number Diff line change 1
1
class NodenvDefaultNpmrc < Formula
2
2
desc "Automatically installs a root npmrc for each node version"
3
3
homepage "https://github.com/deiga/nodenv-default-npmrc"
4
- url "https://github.com/deiga/nodenv-default-npmrc/archive/v1.0.0.tar.gz"
4
+ url "https://github.com/deiga/nodenv-default-npmrc/archive/refs/tags/ v1.0.0.tar.gz"
5
5
sha256 "250609824441580739bcdff5de381c0147ab76c0e761e6f696c0a262a753c9c6"
6
6
7
7
depends_on "node-build"
Original file line number Diff line number Diff line change 1
1
class NodenvDefaultPackages < Formula
2
2
desc "Auto-installs packages for Node installs"
3
3
homepage "https://github.com/nodenv/nodenv-default-packages"
4
- url "https://github.com/nodenv/nodenv-default-packages/archive/v1.0.0.tar.gz"
4
+ url "https://github.com/nodenv/nodenv-default-packages/archive/refs/tags/ v1.0.0.tar.gz"
5
5
sha256 "9b8645c11e446e436301c48b12c1a87d68fd6cf4dd03793f0ce79f0d646fb877"
6
6
head "https://github.com/nodenv/nodenv-default-packages.git"
7
7
Original file line number Diff line number Diff line change 1
1
class NodenvEach < Formula
2
2
desc "Run a command against all installed versions of Node"
3
3
homepage "https://github.com/nodenv/nodenv-each"
4
- url "https://github.com/nodenv/nodenv-each/archive/v1.3.0.tar.gz"
4
+ url "https://github.com/nodenv/nodenv-each/archive/refs/tags/ v1.3.0.tar.gz"
5
5
sha256 "ac598cc4e104ba5448f1602cdc41e4230e08abd7e58e5782867a46a093a776d6"
6
6
head "https://github.com/nodenv/nodenv-each.git"
7
7
Original file line number Diff line number Diff line change 1
1
class NodenvMan < Formula
2
2
desc "View man pages for currently active node version"
3
3
homepage "https://github.com/nodenv/nodenv-man"
4
- url "https://github.com/nodenv/nodenv-man/archive/v1.1.0.tar.gz"
4
+ url "https://github.com/nodenv/nodenv-man/archive/refs/tags/ v1.1.0.tar.gz"
5
5
sha256 "a35d04d0a5d01e0491123b8aac301b61fe60d3ef0857fccebf65d03c0fbb5967"
6
6
head "https://github.com/nodenv/nodenv-man.git"
7
7
Original file line number Diff line number Diff line change 1
1
class NodenvNpmMigrate < Formula
2
2
desc "Migrate npm packages from one Node version to another"
3
3
homepage "https://github.com/nodenv/nodenv-npm-migrate"
4
- url "https://github.com/nodenv/nodenv-npm-migrate/archive/v0.1.1.tar.gz"
4
+ url "https://github.com/nodenv/nodenv-npm-migrate/archive/refs/tags/ v0.1.1.tar.gz"
5
5
sha256 "8084908e56fd54cc1e020296d679a938f5f7880c85d52417c75162695d5e867e"
6
6
head "https://github.com/nodenv/nodenv-npm-migrate.git"
7
7
Original file line number Diff line number Diff line change 1
1
class NodenvNvmrc < Formula
2
2
desc "Pick a node version from .nvmrc"
3
3
homepage "https://github.com/ouchxp/nodenv-nvmrc"
4
- url "https://github.com/ouchxp/nodenv-nvmrc/archive/v1.0.6.tar.gz"
4
+ url "https://github.com/ouchxp/nodenv-nvmrc/archive/refs/tags/ v1.0.6.tar.gz"
5
5
sha256 "8381f5d30edd76251bd218db893823c2d0cc82e5b8a29bd03daa1afe6f02d66d"
6
6
head "https://github.com/ouchxp/nodenv-nvmrc.git"
7
7
You can’t perform that action at this time.
0 commit comments