Skip to content

Commit

Permalink
chromium 64.0.3282.186
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Feb 23, 2018
1 parent bdd42ef commit 4e14960
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_linux/chromium-gost-env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export CHROMIUM_TAG=64.0.3282.168
export CHROMIUM_TAG=64.0.3282.186
export CHROMIUM_PATH=/c/chromium/src
export BORINGSSL_PATH=$CHROMIUM_PATH/third_party/boringssl/src
export DEPOT_TOOLS_PATH=/c/depot_tools/
Expand Down
3 changes: 2 additions & 1 deletion build_linux/chromium-gost-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ cd $BORINGSSL_PATH/.git || exit
cd $BORINGSSL_PATH
git reset HEAD~ --hard

cd $CHROMIUM_PATH || exit
cd $CHROMIUM_PATH
git reset HEAD~ --hard
git fetch --tags
git checkout -b $GOST_BRANCH tags/$CHROMIUM_TAG
git checkout -f $GOST_BRANCH
Expand Down
2 changes: 1 addition & 1 deletion build_windows/chromium-gost-env.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set CHROMIUM_TAG=64.0.3282.168
set CHROMIUM_TAG=64.0.3282.186
set CHROMIUM_PATH=u:\chromium\src
set BORINGSSL_PATH=%CHROMIUM_PATH%\third_party\boringssl\src
set DEPOT_TOOLS_PATH=u:\depot_tools\
Expand Down
1 change: 1 addition & 0 deletions build_windows/chromium-gost-prepare.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cd %BORINGSSL_PATH%
call git reset HEAD~ --hard

cd %CHROMIUM_PATH%
call git reset HEAD~ --hard
call git fetch --tags
call git checkout -b %GOST_BRANCH% tags/%CHROMIUM_TAG%
call git checkout -f %GOST_BRANCH%
Expand Down

0 comments on commit 4e14960

Please sign in to comment.