Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmiland/latest-release
Check for latest release from a GitHub repo
https://github.com/tmiland/latest-release
bash bash-script github-releases
Last synced: 16 days ago
JSON representation
Check for latest release from a GitHub repo
- Host: GitHub
- URL: https://github.com/tmiland/latest-release
- Owner: tmiland
- License: mit
- Created: 2019-02-28T16:15:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T14:51:59.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T04:54:28.686Z (2 months ago)
- Topics: bash, bash-script, github-releases
- Language: Shell
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latest-release
## Script to check for latest release from a GitHub repo
* Display new version number
* Display release title
* Display release notes
* Select y/n to update/not update## Screenshots
![screenshot](https://raw.githubusercontent.com/tmiland/latest-release/master/latest_release.png)## Testing
#### Download and execute the script:
```bash
$ wget https://github.com/tmiland/latest-release/raw/master/latest_release.sh
$ chmod +x latest_release.sh
$ ./latest_release.sh
```## Credits
- Code is mixed and and customized from these sources:
* [ghacks user.js updater.sh](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/updater.sh)
* [get_latest_release.sh](https://gist.github.com/lukechilds/a83e1d7127b78fef38c2914c4ececc3c)## Donations
- [PayPal me](https://paypal.me/milanddata)
- [BTC] : 33mjmoPxqfXnWNsvy8gvMZrrcG3gEa3YDM### License
[![MIT License Image](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/MIT_logo.svg/220px-MIT_logo.svg.png)](https://github.com/tmiland/Invidious-Updater/blob/master/LICENSE)
[MIT License](https://github.com/tmiland/Invidious-Updater/blob/master/LICENSE)