diun: Update to version 4.10.0

fixes
This commit is contained in:
Jakub Čábera 2020-12-26 19:34:02 +01:00
parent 9e5b891ed3
commit c1128f21cd
8 changed files with 42 additions and 40 deletions

View File

@ -1,14 +1,14 @@
{
"version": "1.21.10",
"homepage": "http://www.amulet.xyz/",
"description": "lua game toolkit",
"homepage": "https://www.amulet.xyz",
"license": "MIT",
"url": "https://github.com/ianmaclarty/amulet/releases/download/v1.21.10/amulet-v1.21.10-windows.zip",
"hash": "f7fe824c6cbf698318a18fa88794cba2d75263b64bd5a407ca814d42f00353e0",
"extract_dir": "amulet-v1.21.10",
"bin": "amulet.exe",
"checkver": {
"github": "https://github.com/ianmaclarty/amulet/"
"github": "https://github.com/ianmaclarty/amulet"
},
"autoupdate": {
"url": "https://github.com/ianmaclarty/amulet/releases/download/v$version/amulet-v$version-windows.zip",

View File

@ -1,16 +1,16 @@
{
"version": "4.9.0",
"version": "4.10.0",
"description": "A CLI application to receive notifications when a Docker image is updated on a Docker registry",
"homepage": "https://github.com/crazy-max/diun",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.9.0/diun_4.9.0_windows_x86_64.zip",
"hash": "fa25676061a60f2764c96ce4d76853b4c09f86c33f2c0db36f6abb1e9599b542"
"url": "https://github.com/crazy-max/diun/releases/download/v4.10.0/diun_4.10.0_windows_x86_64.zip",
"hash": "9227b950d6ab34de61b5d26e29c350de590f90e09364e4c52ab4f6c8b0aa8d0f"
},
"32bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.9.0/diun_4.9.0_windows_i386.zip",
"hash": "335f671f913238427a45d8ea63eebd29ec0f49e2c55d62904542ae510d6df792"
"url": "https://github.com/crazy-max/diun/releases/download/v4.10.0/diun_4.10.0_windows_i386.zip",
"hash": "4c840876c2a2dd3b36d0d6461282cc541bc96d2e3bd9c482253518ca41b32d48"
}
},
"bin": "diun.exe",

View File

@ -1,29 +1,26 @@
{
"homepage": "https://emitter.io",
"description": "Real-time communication service for connecting online devices.",
"license": "AGPL-3.0-or-later",
"version": "2.704",
"description": "Real-time communication service for connecting online devices.",
"homepage": "https://emitter.io",
"license": "AGPL-3.0-or-later",
"architecture": {
"32bit": {
"url": "https://github.com/emitter-io/emitter/releases/download/v2.704/emitter-windows-386.exe#/emitter.exe",
"hash": "0202bde98f87b0772783cadcf95cd75ac0621a91a819516af4c49c74a3b7267c"
},
"64bit": {
"url": "https://github.com/emitter-io/emitter/releases/download/v2.704/emitter-windows-amd64.exe#/emitter.exe",
"hash": "0717f99949c916202c900c96dbf3983eabfe403365e51d0208cd07d6ab774d22"
},
"32bit": {
"url": "https://github.com/emitter-io/emitter/releases/download/v2.704/emitter-windows-386.exe#/emitter.exe",
"hash": "0202bde98f87b0772783cadcf95cd75ac0621a91a819516af4c49c74a3b7267c"
}
},
"bin": "emitter.exe",
"checkver": {
"github": "https://github.com/emitter-io/emitter"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/emitter-io/emitter/releases/download/v$version/emitter-windows-386.exe#/emitter.exe"
},
"64bit": {
"url": "https://github.com/emitter-io/emitter/releases/download/v$version/emitter-windows-amd64.exe#/emitter.exe"
},
"32bit": {
"url": "https://github.com/emitter-io/emitter/releases/download/v$version/emitter-windows-386.exe#/emitter.exe"
}
}
}

View File

@ -1,13 +1,21 @@
{
"version": "1.0.0",
"description": "Ethr is a Comprehensive Network Measurement Tool for TCP, UDP & ICMP.",
"description": "Comprehensive Network Measurement Tool for TCP, UDP & ICMP",
"homepage": "https://github.com/Microsoft/ethr",
"license": "MIT",
"url": "https://github.com/Microsoft/ethr/releases/download/v1.0.0/ethr_windows.zip",
"hash": "a3fa54c49e67b920ee0ac158f59f48cd18b93b2c5f8e829c52d8ce2bcc803b70",
"architecture": {
"64bit": {
"url": "https://github.com/Microsoft/ethr/releases/download/v1.0.0/ethr_windows.zip",
"hash": "a3fa54c49e67b920ee0ac158f59f48cd18b93b2c5f8e829c52d8ce2bcc803b70"
}
},
"bin": "ethr.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Microsoft/ethr/releases/download/v$version/ethr_windows.zip"
"architecture": {
"64bit": {
"url": "https://github.com/Microsoft/ethr/releases/download/v$version/ethr_windows.zip"
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"version": "1.12.1",
"description": "An open-source GitLab CLI tool",
"description": "GitLab CLI",
"homepage": "https://github.com/profclems/glab",
"license": "MIT",
"architecture": {

View File

@ -1,27 +1,27 @@
{
"version": "0.7.6",
"description": "JSON Incremental Digger - drill down JSON interactively by using filtering queries like jq",
"description": "JSON Incremental Digger. Drill down JSON interactively by using filtering queries like jq",
"homepage": "https://github.com/simeji/jid",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/simeji/jid/releases/download/v0.7.6/jid_windows_386.zip",
"hash": "bc5de9dbd80975466b524e615dd6f5b6b850639b32a63d370e880d7fbabaea4b"
},
"64bit": {
"url": "https://github.com/simeji/jid/releases/download/v0.7.6/jid_windows_amd64.zip",
"hash": "05b728082d1ede3b4a0f22eab2210f29f28bfcfddf68a010b3ef61369bc1ffc3"
},
"32bit": {
"url": "https://github.com/simeji/jid/releases/download/v0.7.6/jid_windows_386.zip",
"hash": "bc5de9dbd80975466b524e615dd6f5b6b850639b32a63d370e880d7fbabaea4b"
}
},
"bin": "jid.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_386.zip"
},
"64bit": {
"url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_386.zip"
}
},
"hash": {

View File

@ -13,7 +13,7 @@
"hash": "2f690683762fbe3286c370a8e94c261187a4f76c01fd1aceab8930f25b3db6d3"
}
},
"pre_install": "Rename-Item @(Get-ChildItem $dir\\nali*.exe)[0] $dir\\nali.exe",
"pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",
"bin": "nali.exe",
"checkver": "github",
"autoupdate": {

View File

@ -1,8 +1,8 @@
{
"homepage": "https://portainer.io/",
"description": "Simple management solution for Docker.",
"license": "Zlib",
"version": "1.23.2",
"description": "Simple management solution for Docker",
"homepage": "https://portainer.io/",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/portainer/portainer/releases/download/1.23.2/portainer-1.23.2-windows-amd64.tar.gz",
@ -11,9 +11,6 @@
},
"extract_dir": "portainer",
"bin": "portainer.exe",
"checkver": {
"github": "https://github.com/portainer/portainer"
},
"autoupdate": {
"architecture": {
"64bit": {