Ross Smith II 89c94ad7e0
Add 25 descriptions (#371)
* Add 25 descriptions

* Update bucket/hashcat.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/hub.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/imagemagick.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/imagemagick.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/leiningen.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/leiningen.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/libwebp.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/mercurial.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/kotlin-native.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/kubectl.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/make.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/haxe.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update kotlin-native.json

* Update leiningen.json

* Update lessmsi.json

* Update libwebp.json
2019-08-21 09:48:30 -07:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://hub.github.com/",
"description": "An extension to command-line git that helps with everyday GitHub tasks without ever leaving the terminal.",
"version": "2.12.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v2.12.3/hub-windows-amd64-2.12.3.zip",
"hash": "b76cb18f20c1adc91d265a986a5125f27b8170bdf1c9707051aff0646d232c3f"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v2.12.3/hub-windows-386-2.12.3.zip",
"hash": "a9705a8d220f2d32965e7897efcb155b048e24fb6751292de8f85729c2924b59"
}
},
"bin": "bin\\hub.exe",
"checkver": {
"github": "https://github.com/github/hub"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v$version/hub-windows-amd64-$version.zip"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v$version/hub-windows-386-$version.zip"
}
}
}
}