Skip to content

Commit

Permalink
Update the checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jun 24, 2022
1 parent 2a8bbcf commit 00b8d2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py
```

For security reasons, you should verify the checksum of `install-pdm.py`.
The sha256 checksum is: `67dccb18923340e21f3d70f9c6a467d532c6a41b295d6f1ba884b27604074d38`
The sha256 checksum is: `5efebd44f477521d0d8ef0e118b7e5765ff20f80d3d4dd9394f1b8ff1094fb4d`

The installer will install PDM into the user site and the location depends on the system:

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py
```

为安全起见,你应该检查 `install-pdm.py` 文件的正确性。
SHA256 校验和: `67dccb18923340e21f3d70f9c6a467d532c6a41b295d6f1ba884b27604074d38`
SHA256 校验和: `5efebd44f477521d0d8ef0e118b7e5765ff20f80d3d4dd9394f1b8ff1094fb4d`

默认情况下,此脚本会将 PDM 安装在 Python 的用户目录下,具体位置取决于当前系统:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Like Pip, PDM provides an installation script that will install PDM into an isol
```

For security reasons, you should verify the checksum of `install-pdm.py`.
The sha256 checksum is: `67dccb18923340e21f3d70f9c6a467d532c6a41b295d6f1ba884b27604074d38`
The sha256 checksum is: `5efebd44f477521d0d8ef0e118b7e5765ff20f80d3d4dd9394f1b8ff1094fb4d`

The installer will install PDM into the user site and the location depends on the system:

Expand Down
2 changes: 1 addition & 1 deletion news/1145.misc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Add additional installation option via [asdf-pdm](https://github.com/1oglop1/asdf-pdm).
Add `skpip-add-to-path` option to installer in order to prevent changing `PATH`.
Add `skip-add-to-path` option to installer in order to prevent changing `PATH`.
Replace `bin` variable name with `bin_dir`.

0 comments on commit 00b8d2f

Please sign in to comment.