Adding more release notes for pkg managers

Added how to generate an appcast checkpoint for homebrew, reformatted into a table.
pull/476/head
Matt Rickard 2016-08-12 10:36:46 -07:00 committed by GitHub
parent b916e55100
commit 12ec8d480b
1 changed files with 6 additions and 4 deletions

View File

@ -84,8 +84,10 @@ gsutil cp -r gs://minikube/releases/$RELEASE/* gs://minikube/releases/latest/
These are downstream packages that are being maintained by others and how to upgrade them to make sure they have the latest versions
Arch Linux AUR - "Flag as package out-of-date"
https://aur.archlinux.org/packages/minikube/
| Package Manager | URL | TODO |
| --- | --- | --- |
| Arch Linux AUR | https://aur.archlinux.org/packages/minikube/ | "Flag as package out-of-date"
| Brew Cask | https://github.com/caskroom/homebrew-cask/blob/master/Casks/minikube.rb | Create a new PR in [caskroom/homebrew-cask](https://github.com/caskroom/homebrew-cask) with an updated version and appcast checkpoint
Brew Cask - Update Cask Formula
https://github.com/caskroom/homebrew-cask/blob/master/Casks/minikube.rb
#### [How to Generate an Appcast Checkpoint for Homebrew](https://github.com/caskroom/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/appcast.md)
`curl --compressed --location --user-agent 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36' "https://github.com/kubernetes/minikube/releases.atom" | sed 's|<pubDate>[^<]*</pubDate>||g' | shasum --algorithm 256`