Skip to content

keys-pub/updater

This branch is 46 commits ahead of, 17 commits behind keybase/go-updater:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5752330 · Aug 27, 2020
Aug 27, 2020
Aug 27, 2020
May 5, 2020
Mar 3, 2020
Mar 5, 2020
Mar 5, 2020
May 5, 2020
Mar 5, 2020
Mar 5, 2020
Mar 4, 2020
Mar 4, 2020
Mar 3, 2020
May 5, 2020
Aug 27, 2020
Mar 4, 2020

Repository files navigation

Updater

Check for Update

updater -github keys-pub/app -app-name Keys -current 0.0.17

{
  "version": "0.0.18",
  "publishedAt": 1583275443689,
  "asset": {
    "name": "Keys-0.0.18-mac.zip",
    "url": "https://github.com/keys-pub/app/releases/latest/download/Keys-0.0.18-mac.zip",
    "digest": "9fe462603acbd84e55e5dfa6a02f40d0483551c88bd053b4b3827aba67d7fe3e53414a2214f6387a02e0bfc667d464ed0cc494f14b6ca04ae5ca81a20d503618",
    "digestType": "sha512",
    "localPath": ""
  },
  "needUpdate": true
}

Download Update

updater -github keys-pub/app -app-name Keys -current 0.0.17 -download

{
  "version": "0.0.18",
  "publishedAt": 1583275443689,
  "asset": {
    "name": "Keys-0.0.18-mac.zip",
    "url": "https://github.com/keys-pub/app/releases/latest/download/Keys-0.0.18-mac.zip",
    "digest": "9fe462603acbd84e55e5dfa6a02f40d0483551c88bd053b4b3827aba67d7fe3e53414a2214f6387a02e0bfc667d464ed0cc494f14b6ca04ae5ca81a20d503618",
    "digestType": "sha512",
    "localPath": "/var/folders/84/7q50__3j4yscqtt4qmrv8rtr0000gn/T/updater/Keys/Keys-0.0.18-mac.zip"
  },
  "needUpdate": true
}

Apply Update

updater -github keys-pub/app -app-name Keys -current 0.0.17 -download -apply /Applications/Keys.app

About

Update framework (golang)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.7%
  • Shell 2.3%