/bakeware_updater

Prototype software update checker for use with Bakeware

Primary LanguageElixirOtherNOASSERTION

Bakeware Updater

Check for executable updates via SousChef API

screenshot0 screenshot1

Usage

iex()> BakewareUpdater.check("hello_world", "1.2.3")
"ok"

iex()> BakewareUpdater.check("hello_world", "1.2.4")
%{"status" => "update", "url" => "https://some-download.url"}