diff --git a/files/0002-do-not-check-git-history.patch b/files/0002-do-not-check-git-history.patch --- a/files/0002-do-not-check-git-history.patch +++ b/files/0002-do-not-check-git-history.patch @@ -1,5 +1,5 @@ diff --git a/app/build/tasks/package-task.js b/app/build/tasks/package-task.js -index db1533dcc..14185cc9f 100644 +index db1533d..14185cc 100644 --- a/app/build/tasks/package-task.js +++ b/app/build/tasks/package-task.js @@ -221,7 +221,6 @@ module.exports = grunt => { @@ -10,3 +10,16 @@ runCopySymlinkedPackages, runTranspilers, ], +diff --git a/app/src/browser/main.js b/app/src/browser/main.js +index 35c86dc..9bdbd26 100644 +--- a/app/src/browser/main.js ++++ b/app/src/browser/main.js +@@ -120,7 +120,7 @@ const declareOptions = argv => { + + const parseCommandLine = argv => { + const pkg = require('../../package.json'); +- const version = `${pkg.version}-${pkg.commitHash}`; ++ const version = `${pkg.version}`; + + const options = declareOptions(argv.slice(1)); + const args = options.argv; diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : mailspring -version : 1.6.2 -release : 24 +version : 1.6.3 +release : 25 source : - - https://github.com/Foundry376/Mailspring/archive/1.6.2.tar.gz : c8f5977e474f431b9b98297148cb48026a5034427086e3c08a82bc1c7be3750b + - https://github.com/Foundry376/Mailspring/archive/1.6.3.tar.gz : 8a53d971492bb07091601e302978b184e97d32b69c378f03538aeafe8b121089 license : - GPL-3.0-or-later - Distributable # mailsync diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -223,12 +223,12 @@ - - 2019-06-28 - 1.6.2 + + 2019-07-02 + 1.6.3 Packaging update Longwu Ou xulongwu4@gmail.com \ No newline at end of file