riot-desktop: 1.6.2 -> 1.6.3
https://github.com/vector-im/riot-desktop/releases/tag/v1.6.3
This commit is contained in:
parent
c51202ffa0
commit
91099c1426
@ -2,7 +2,7 @@
|
|||||||
"name": "riot-desktop",
|
"name": "riot-desktop",
|
||||||
"productName": "Riot",
|
"productName": "Riot",
|
||||||
"main": "src/electron-main.js",
|
"main": "src/electron-main.js",
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"description": "A feature-rich client for Matrix.org",
|
"description": "A feature-rich client for Matrix.org",
|
||||||
"author": "New Vector Ltd.",
|
"author": "New Vector Ltd.",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -14,6 +14,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"mkdirs": "mkdirp packages deploys",
|
"mkdirs": "mkdirp packages deploys",
|
||||||
"fetch": "yarn run mkdirs && node scripts/fetch-package.js",
|
"fetch": "yarn run mkdirs && node scripts/fetch-package.js",
|
||||||
|
"asar-webapp": "asar p webapp webapp.asar",
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"lint": "eslint src/ scripts/ hak/",
|
"lint": "eslint src/ scripts/ hak/",
|
||||||
"build:native": "yarn run hak",
|
"build:native": "yarn run hak",
|
||||||
@ -47,7 +48,7 @@
|
|||||||
"find-npm-prefix": "^1.0.2",
|
"find-npm-prefix": "^1.0.2",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"matrix-js-sdk": "6.1.0",
|
"matrix-js-sdk": "6.2.0",
|
||||||
"mkdirp": "^1.0.3",
|
"mkdirp": "^1.0.3",
|
||||||
"needle": "^2.3.2",
|
"needle": "^2.3.2",
|
||||||
"node-pre-gyp": "^0.14.0",
|
"node-pre-gyp": "^0.14.0",
|
||||||
|
@ -146,11 +146,11 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "acorn___acorn_6.4.0.tgz";
|
name = "acorn___acorn_6.4.1.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "acorn___acorn_6.4.0.tgz";
|
name = "acorn___acorn_6.4.1.tgz";
|
||||||
url = "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz";
|
url = "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz";
|
||||||
sha1 = "b659d2ffbafa24baf5db1cdbb2c94a983ecd2784";
|
sha1 = "531e58ba3f51b9dacb9a6646ca4debf5b14ca474";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@ -3154,11 +3154,11 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "matrix_js_sdk___matrix_js_sdk_6.1.0.tgz";
|
name = "matrix_js_sdk___matrix_js_sdk_6.2.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "matrix_js_sdk___matrix_js_sdk_6.1.0.tgz";
|
name = "matrix_js_sdk___matrix_js_sdk_6.2.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.1.0.tgz";
|
url = "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.2.0.tgz";
|
||||||
sha1 = "c28ad67c113c4aa9c8bce409c7ba550170bdc2ee";
|
sha1 = "b1aa6f23858ab3ee4b66be25d3e854f6e287d36b";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -8,12 +8,12 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
executableName = "riot-desktop";
|
executableName = "riot-desktop";
|
||||||
version = "1.6.2";
|
version = "1.6.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vector-im";
|
owner = "vector-im";
|
||||||
repo = "riot-desktop";
|
repo = "riot-desktop";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1anmch9z3na7rphxb0p9cnk55388z22iwfnfjhmjps1ii5wx4rls";
|
sha256 = "0dic2xpasf4m22275yrf7s8xnkh77n14cr62gd86j6g7x9rxa8fd";
|
||||||
};
|
};
|
||||||
electron = electron_7;
|
electron = electron_7;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user