Home
last modified time | relevance | path

Searched refs:CURRENT_VERSION (Results 1 - 13 of 13) sorted by relevance

/third_party/node/tools/dep_updaters/
H A Dupdate-nghttp3.sh24 CURRENT_VERSION=$(grep "#define NGHTTP3_VERSION" "$NGHTTP3_VERSION_H" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
26 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
28 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-histogram.sh22 CURRENT_VERSION=$(grep "#define HDR_HISTOGRAM_VERSION" ./deps/histogram/include/hdr/hdr_histogram_version.h | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
24 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
26 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-simdutf.sh20 CURRENT_VERSION=$(grep "#define SIMDUTF_VERSION" "$DEPS_DIR/simdutf/simdutf.h" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
22 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
24 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-nghttp2.sh22 CURRENT_VERSION=$(grep "#define NGHTTP2_VERSION" ./deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
24 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
26 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-ngtcp2.sh24 CURRENT_VERSION=$(grep "#define NGTCP2_VERSION" "$NGTCP2_VERSION_H" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
26 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
28 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-base64.sh22 CURRENT_VERSION=$(grep "base64 LANGUAGES C VERSION" ./deps/base64/base64/CMakeLists.txt | sed -n "s/^.*VERSION \(.*\))/\1/p")
24 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
26 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-libuv.sh28 CURRENT_VERSION="$CURRENT_MAJOR_VERSION.$CURRENT_MINOR_VERSION.$CURRENT_PATCH_VERSION$SUFFIX_STRING"
30 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
32 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-cjs-module-lexer.sh22 CURRENT_VERSION=$("$NODE" -p "require('./deps/cjs-module-lexer/package.json').version")
24 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
26 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-c-ares.sh22 CURRENT_VERSION=$(grep "#define ARES_VERSION_STR" ./deps/cares/include/ares_version.h | sed -n "s/^.*VERSION_STR \"\(.*\)\"/\1/p")
24 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
26 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-brotli.sh27 CURRENT_VERSION="${major}.${minor}.${patch}"
29 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
31 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-uvwasi.sh25 CURRENT_VERSION="$CURRENT_MAJOR_VERSION.$CURRENT_MINOR_VERSION.$CURRENT_PATCH_VERSION"
27 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
29 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
H A Dupdate-llhttp.sh26 CURRENT_VERSION="$CURRENT_MAJOR_VERSION.$CURRENT_MINOR_VERSION.$CURRENT_PATCH_VERSION"
28 echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
30 if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
/third_party/node/deps/npm/test/lib/utils/
H A Dupdate-notifier.js6 const CURRENT_VERSION = '123.420.69'
24 version = CURRENT_VERSION,
64 const manifestV = spec === 'npm@latest' ? CURRENT_VERSION

Completed in 3 milliseconds