1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# hack with uversion mangle for getting newer version with 1.1.1
version=4
opts=\
dversionmangle=auto,\
uversionmangle=s/^1.1.1$/1.1.1+repacked/g,\
filenamemangle=s%(?:.*?/)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE@-$1$2% \
https://github.com/Raynos/function-bind/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ group
opts=\
ctype=nodejs,\
component=has,\
dversionmangle=auto,\
filenamemangle=s%(?:.*?/)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%node-has-$1$2% \
https://github.com/tarruda/has/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ checksum
opts="searchmode=plain,component=types-function-bind,ctype=nodejs,pgpmode=none,filenamemangle=s/^.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-types-function-bind-$1/" \
https://registry.npmjs.org/@types/function-bind https://registry.npmjs.org/@types/function-bind/-/function-bind-([\d\.]+)@ARCHIVE_EXT@ checksum
|