Update package checksum, publish to npm

This commit is contained in:
Axel Isouard 2016-10-08 15:38:44 +02:00
parent 97e9ebbfb8
commit e42c48f0b8
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ execute_process(
set(LIBWEBRTC_MAJOR_VERSION 0) set(LIBWEBRTC_MAJOR_VERSION 0)
set(LIBWEBRTC_MINOR_VERSION 0) set(LIBWEBRTC_MINOR_VERSION 0)
set(LIBWEBRTC_PATCH_VERSION 1) set(LIBWEBRTC_PATCH_VERSION 1)
set(LIBWEBRTC_BUILD_VERSION rc.3) set(LIBWEBRTC_BUILD_VERSION rc.4)
set(LIBWEBRTC_API_VERSION set(LIBWEBRTC_API_VERSION
"${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}" "${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}"

View file

@ -1,6 +1,6 @@
{ {
"name": "libwebrtc-src", "name": "libwebrtc-src",
"version": "0.0.1-rc.3", "version": "0.0.1-rc.4",
"description": "libwebrtc source code", "description": "libwebrtc source code",
"main": "index.js", "main": "index.js",
"config": { "config": {
@ -9,7 +9,7 @@
"webrtc": { "webrtc": {
"url": "https://chromium.googlesource.com/external/webrtc.git", "url": "https://chromium.googlesource.com/external/webrtc.git",
"revision": "7502401788fcba5c9f81a9e4701e2f0831e78698", "revision": "7502401788fcba5c9f81a9e4701e2f0831e78698",
"checksum": "9fc7a9b4c576278a328c276cfb233459" "checksum": "298b2c8d977478252cdf4f44d24a53e8"
}, },
"chromium": { "chromium": {
"url": "https://github.com/aisouard/libwebrtc-chromium-deps.git" "url": "https://github.com/aisouard/libwebrtc-chromium-deps.git"