Update CONTRIBUTING.md

This commit is contained in:
Leonid Pliushch 2020-06-19 18:20:59 +03:00
parent 7d3bf85ebd
commit 48ced5eee6

View File

@ -9,7 +9,7 @@ Here are ways how you can help:
- [Hosting a mirror](#hosting-a-mirror) - [Hosting a mirror](#hosting-a-mirror)
- [Updating packages](#updating-packages) - [Updating packages](#updating-packages)
Developer's wiki is available in https://github.com/termux/termux-packages/wiki. Developer's wiki is available at https://github.com/termux/termux-packages/wiki.
## Fixing issues ## Fixing issues
@ -94,7 +94,7 @@ Most packages can be updated by just modifying variables `TERMUX_PKG_VERSION` an
- `TERMUX_PKG_SHA256`: a text field or an array of text fields containing SHA-256 - `TERMUX_PKG_SHA256`: a text field or an array of text fields containing SHA-256
checksum for each source code bundle defined by `TERMUX_PKG_SRCURL`. checksum for each source code bundle defined by `TERMUX_PKG_SRCURL`.
More about `build.sh` variables you can read in [developer's wiki](https://github.com/termux/termux-packages/wiki/Creating-new-package#table-of-available-package-control-fields). More about `build.sh` variables you can read on [developer's wiki](https://github.com/termux/termux-packages/wiki/Creating-new-package#table-of-available-package-control-fields).
#### Rebuilding package with no version change #### Rebuilding package with no version change