neovim / homebrew-neovim

Homebrew formula
MIT License
402 stars 72 forks source link

Automatically update url and sha256 of NeoVim on Formula file #181

Closed pantuza closed 8 years ago

pantuza commented 8 years ago

This Pull Request has a script to update NeoVim url and sha256 inside formula file. For that, it checks current version from CMakeLists.txt file at neovim repository, compute sha256 and updates formula.

To update formula, you should run:

$> make version

The script only updates formula if there is a new version of tarball at github arquive.

It is part of a task described at this issue inside NeoVim Bot-CI

ps: Script tested in Linux. Some tools like sed works differently is OS X, for example.

justinmk commented 8 years ago

It is part of a task described at this issue inside NeoVim Bot-CI

It's great to see work on bot-ci. This script should probably live in bot-ci instead of here, right? Can you open a PR there instead?

pantuza commented 8 years ago

@justinmk yes. I will open it there. 😄

pantuza commented 8 years ago

Created Pull Request at Bot-CI project. o/