Skip to content

Commit 3882cb6

Browse files
committed
Upgrade mkcert to version 1.4.2
This now includes the separate arm64 binary.
1 parent 4f837a7 commit 3882cb6

12 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.1.0] - 2020-11-04
9+
10+
### Changed
11+
12+
- Upgrade mkcert to version 1.4.2.
13+
- Include separate mkcert arm64 build.
14+
815
## [6.0.0] - 2020-11-03
916

1017
### Changed

lib/mkcertBinaryForThisMachine.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function mkcertBinaryForThisMachine (settingsPath) {
2020

2121
const architectureMap = {
2222
arm: 'arm',
23-
arm64: 'arm',
23+
arm64: 'arm64',
2424
x64: 'amd64'
2525
}
2626

@@ -30,7 +30,7 @@ function mkcertBinaryForThisMachine (settingsPath) {
3030
if (platform === undefined) throw new Error('Unsupported platform', os.platform())
3131
if (architecture === undefined) throw new Error('Unsupported architecture', os.arch())
3232

33-
const mkcertVersion = '1.4.1'
33+
const mkcertVersion = '1.4.2'
3434

3535
const mkcertBinaryName = `mkcert-v${mkcertVersion}-${platform}-${architecture}`
3636
const mkcertBinaryRelativePath = path.join('..', 'mkcert-bin', mkcertBinaryName)
-5.29 MB
Binary file not shown.
-4.7 MB
Binary file not shown.

mkcert-bin/mkcert-v1.4.1-linux-arm

-4.21 MB
Binary file not shown.
-4.8 MB
Binary file not shown.
5.1 MB
Binary file not shown.
4.6 MB
Binary file not shown.

mkcert-bin/mkcert-v1.4.2-linux-arm

4.15 MB
Binary file not shown.
4.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)