homebrew-up-crystal

Version, currently 0.1.71 version
  • 0.1.7latestApr 24, 2019

github.com/paulcsmith/homebrew-up

The home-brew formula for using up

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  homebrew-up-crystal:
    github: paulcsmith/homebrew-up
    version: ~> 0.1.7

Then run:

shards install

shard.yml

Crystal
0.27.2
License
MIT
Author
Paul Smith <paulcsmith0218@gmail.com>

Dependencies

Runtime Dependencies

  • up*github: paulcsmith/up, branch: master

README

# Where Up's homebrew formula lives

## How to release a new version

* Update `shard.yml` to the version of Up you want to release.
* Run `bin/generate`
* Tag it `git tag vX.X.X`
* Push it up. Remember to push the tags `git push --tags`