1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
version=4
opts=\
ctype=nodejs,\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-postcss-modules-$1/ \
https://github.com/css-modules/postcss-modules/tags .*/archive.*/v?([\d\.]+).tar.gz group
opts=\
component=generic-names,\
ctype=nodejs,\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-generic-names-$1/ \
https://github.com/css-modules/generic-names/tags .*/archive.*/v?([\d\.]+).tar.gz checksum
opts=\
component=string-hash,\
ctype=nodejs,\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-string-hash-$1/ \
https://github.com/darkskyapp/string-hash/tags .*/archive.*/v?([\d\.]+).tar.gz checksum
|