Updated Deployment (markdown)

master
Miguel Mota 5 years ago
parent 067f2dbea0
commit f9bc75e3c0

@ -1,15 +1,25 @@
(This page is intended for cointop authors)
Flatpak
Release
- [github.com/flathub/com.github.miguelmota.Cointop](https://github.com/flathub/com.github.miguelmota.Cointop)
- update source url and sha256 to new revision archive
- alternatively: update tag
```bash
git tag 1.x.x
make release
openssl dgst -sha256 1.x.x.tar.gz # for homebrew
```
Homebrew
- [github.com/Homebrew/homebrew-core/pulls](https://github.com/Homebrew/homebrew-core/pulls)
- create a new pull request with updated url and sha256
- `brew bump-formula-pr --url='https://github.com/miguelmota/cointop/archive/1.x.x.tar.gz' --sha256='abc...123' cointop`
Flatpak
- [github.com/flathub/com.github.miguelmota.Cointop](https://github.com/flathub/com.github.miguelmota.Cointop)
- update source url and sha256 to new revision archive
- alternatively: update tag
Snapcraft

Loading…
Cancel
Save