1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
version=4
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-gulp-sourcemaps-$1/ \
https://github.com/floridoo/gulp-sourcemaps/tags .*/archive/.*/v?([\d\.]+).tar.gz group
opts=\
ctype=nodejs,\
component=gulp-sourcemapsidentity-map,\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-identity-map-$1/ \
https://github.com/gulp-sourcemaps/identity-map/tags .*/archive/.*/v?([\d\.]+).tar.gz checksum
opts=\
ctype=nodejs,\
component=gulp-sourcemapsmap-sources,\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-map-sources-$1/ \
https://github.com/gulp-sourcemaps/map-sources/tags .*/archive/.*/v?([\d\.]+).tar.gz checksum
opts=\
ctype=nodejs,\
component=strip-bom-string,\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-strip-bom-string-$1/ \
https://github.com/jonschlinkert/strip-bom-string/tags .*/archive/.*/v?([\d\.]+).tar.gz checksum
|