[READ-ONLY] Mirror of https://github.com/probablykasper/to. CLI audio, video and image file converter
aiff audio cli flac gif image jp2 jpg mov mp3 mp4 ogg png video webm webp
0

Configure Feed

Select the types of activity you want to include in your feed.

Update release instructions

Kasper (Nov 19, 2021, 1:25 AM +0100) b93b7629 d7fbb782

+5 -11
+5 -11
README.md
··· 53 53 54 54 If you want to publish to Homebrew, you can create your own "tap" repository with a "cask" file for this script. You may want to Google how all that works. For reference, my tap can be found [here](http://github.com/probablykasper/homebrew-tap). 55 55 56 - 1. Create a tarball of your repo by running the following: 57 - ``` 58 - git archive HEAD -o dist/to-VERSION.tar.gz 59 - ``` 60 - 2. Create a GitHub release with the release notes and attach the tarball 61 - 3. Your cask file needs a url pointing to the tarball. 62 - 63 - The url should be in this format: `https://github.com/USER/REPO/raw/master/dist/to-VERSION.tar.gz` 64 - 4. After putting a url in your cask file, you need a sha256 string. Homebrew will geenrate it for you when you run this inside your tap repo: 56 + 1. Update `CHANGELOG.md` 57 + 2. Create a git tag + GitHub release with the release notes 58 + 3. Update the cask's `url` to be the archive of the latest tag. This URL will be in this format: `https://github.com/USER/REPO/archive/refs/tags/VERSION.tar.gz` 59 + 4. Update the `sha256`. Once you have the url updated, you can let Homebrew generate it for you by running this inside your tap repo: 65 60 ``` 66 - brew cask fetch ./Casks/to.rb 61 + brew fetch --cask ./Casks/to.rb 67 62 ``` 68 - 5. Update `CHANGELOG.md`