Autoupdate manifest 2845 (#2847)

* AutoUpdate from 29 october 2021

Update version and hash for :
- helix
- k3d
- kubefwd
- lean-cli
- lychee
- micronaut
- minio
- mob
- mutagen
- naiveproxy
- oh-my-posh3
- opa
- s3deploy
- scaleway-cli
- telegraf
- terragrunt
- topgrade
- zeebe

* Update manifest with checkver without autoupdate #2845

apimtemplate: 0.7 (scoop version is 0.5)
dhall: 1.40.1 (scoop version is 1.39.0)
dnscrypt-proxy: 2.1.1 (scoop version is 2.1.0)
fio: 3.27 (scoop version is 3.20)
k0s: 1.22.2 (scoop version is 0.13.1)
megatools: 1.10.3 (scoop version is 1.10.2)
mockery: 2.9.4 (scoop version is 2.8.0)
pngquant: 2.16.0 (scoop version is 2.15.1)
rainbow: 1.1.0 (scoop version is 1.0.1)
uutils-coreutils: 0.0.8 (scoop version is 0.0.6)
This commit is contained in:
Valinor 2021-11-05 13:09:06 +01:00 committed by GitHub
parent 5c72d6e7b4
commit 70a06a28ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 122 additions and 42 deletions

View File

@ -1,13 +1,13 @@
{
"version": "0.5",
"version": "0.7",
"description": "Azure API Management DevOps Resource Kit",
"homepage": "https://github.com/Azure/azure-api-management-devops-resource-kit",
"license": "MIT",
"depends": "azure-cli",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/v0.5/reskit-win64.zip",
"hash": "6db3fb46e6623f5e51309b620d2594fae69e0225f2548dcfef9f7593647293cd",
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/v0.7/reskit0.7.zip",
"hash": "0bdab42015beb6220c1c015484f6ae07be49a8ca4cc0de95108f747daae6a8e1",
"extract_dir": "win64"
}
},
@ -15,5 +15,12 @@
"checkver": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases",
"regex": "tag/v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/v$version/reskit$version.zip"
}
}
}
}

View File

@ -1,16 +1,23 @@
{
"version": "1.39.0",
"version": "1.40.1",
"description": "Command-line tooling for the Dhall configuration language",
"homepage": "https://dhall-lang.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.39.0/dhall-1.39.0-x86_64-windows.zip",
"hash": "e5c2b83559f95221fa557f2de87cce064b54b87bb7a55fff1514cb5bfbe34424"
"url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.40.1/dhall-1.40.1-x86_64-windows.tar.bz2",
"hash": "08cd946c6e63ac6e8c78a7b26554cac32d5e836e2d30ba77f66d89e635d3da51"
}
},
"bin": "dhall.exe",
"checkver": {
"github": "https://github.com/dhall-lang/dhall-haskell"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dhall-lang/dhall-haskell/releases/download/$version/dhall-$version-x86_64-windows.tar.bz2"
}
}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.1.1",
"description": "A flexible DNS proxy, with support for encrypted DNS protocols",
"homepage": "https://dnscrypt.info",
"license": "ISC",
@ -10,13 +10,13 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win64-2.1.0.zip",
"hash": "196dcb3da3152def54f9be89276a2b9063026f59fa6993d1850d66fd83858df0",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-win64-2.1.1.zip",
"hash": "5d04ede2c9af7a524c23e2cf096f3dff533807654f62b3a5a53627e7e689529e",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win32-2.1.0.zip",
"hash": "64b9ab36f5037ff44de0fa16a261e00192a419583dc2c3aebe28b809d8908d23",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-win32-2.1.1.zip",
"hash": "c7a2e7c30f5c69b55e2ac75dfefd10318d7a66e3c586b476cc92bec10708b101",
"extract_dir": "win32"
}
},
@ -29,5 +29,15 @@
],
"checkver": {
"github": "https://github.com/DNSCrypt/dnscrypt-proxy"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win64-$version.zip"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win32-$version.zip"
}
}
}
}

View File

@ -1,20 +1,32 @@
{
"version": "3.20",
"version": "3.27",
"description": "Flexible I/O Tester",
"homepage": "https://bsdio.com/fio/",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://bsdio.com/fio/releases/fio-3.20-x64.zip",
"hash": "ae784cb9e10e5d1e286eb239fd9872c9800b8a4b1816aad3bf9bb6303d9ed1e1",
"extract_dir": "fio-3.20-x64"
"url": "https://bsdio.com/fio/releases/fio-3.27-x64.zip",
"hash": "4d17833d7ea009eb984d3e4f676a5ffc94ab98efbe9680c073b6e7c05dd524bf",
"extract_dir": "fio-3.27-x64"
},
"32bit": {
"url": "https://bsdio.com/fio/releases/fio-3.20-x86.zip",
"hash": "aed5cf039909a635356e4edd39ef830c2c7c60195b57e8e5c7ca00b7119e74fd",
"extract_dir": "fio-3.20-x86"
"url": "https://bsdio.com/fio/releases/fio-3.27-x86.zip",
"hash": "a2a09702d5e7311903e4097b61ee248e06a03de9fd27c04c3aec987afc5716e6",
"extract_dir": "fio-3.27-x86"
}
},
"bin": "fio.exe",
"checkver": "fio-([\\d.]+) released"
"checkver": "fio-([\\d.]+) released",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bsdio.com/fio/releases/fio-$version-x64.zip",
"extract_dir": "fio-$version-x64"
},
"32bit": {
"url": "https://bsdio.com/fio/releases/fio-$version-x86.zip",
"extract_dir": "fio-$version-x86"
}
}
}
}

View File

@ -1,14 +1,17 @@
{
"version": "0.13.1",
"version": "1.22.2",
"description": "Zero Friction Kubernetes distribution",
"homepage": "https://github.com/k0sproject/k0s",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0s/releases/download/v0.13.1/k0s-v0.13.1-amd64.exe#/k0s.exe",
"hash": "36ccba949e8d8cf914fbe3ab61d16d34f6a336597e347cdffe5307fd5ead70aa"
"url": "https://github.com/k0sproject/k0s/releases/download/v1.22.2%2Bk0s.2/k0s-v1.22.2+k0s.2-amd64.exe#/k0s.exe",
"hash": "783e6eddc0d6321e17c145984bef9c7f572340d9c5278dce3b5c79c08df77f51"
}
},
"bin": "k0s.exe",
"checkver": "github"
"checkver": "github",
"autoupdate": {
"url": "https://github.com/k0sproject/k0s/releases/download/v$version%2Bk0s.2/k0s-v$version+k0s.2-amd64.exe#/k0s.exe"
}
}

View File

@ -28,7 +28,20 @@
],
"persist": "mega.ini",
"checkver": {
"url": "https://megatools.megous.com/builds/NEWS",
"regex": "megatools\\s+([\\d.]+)\\s+-"
"url": "https://megatools.megous.com/builds/",
"regex": "megatools-([\\d.]+)-win32.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://megatools.megous.com/builds/megatools-$version-win64.zip",
"extract_dir": "megatools-$version-win64"
},
"32bit": {
"url": "https://megatools.megous.com/builds/megatools-$version-win32.zip",
"extract_dir": "megatools-$version-win32"
}
}
}
}

View File

@ -1,14 +1,24 @@
{
"version": "2.8.0",
"version": "2.9.4",
"description": "A mock code autogenerator for Golang",
"homepage": "https://github.com/vektra/mockery",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/vektra/mockery/releases/download/v2.8.0/mockery_2.8.0_Windows_x86_64.tar.gz",
"hash": "fb8e15fa71e121795ae664c23aa85aee4a66118b98584594052e914399b94c83"
"url": "https://github.com/vektra/mockery/releases/download/v2.9.4/mockery_2.9.4_Windows_x86_64.tar.gz",
"hash": "079f0143442f5f146fa7e318de6e646b90acdbc0118cacf7b67e7e2ec0b91809"
}
},
"bin": "mockery.exe",
"checkver": "github"
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vektra/mockery/releases/download/v$version/mockery_$version_Windows_x86_64.tar.gz",
"hash": {
"url": "$baseurl/checksum.txt"
}
}
}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "2.15.1",
"version": "2.16.0",
"description": "A command-line utility for lossy compression of PNG images",
"homepage": "https://pngquant.org/",
"license": "GPL-3.0-or-later",
@ -10,5 +10,8 @@
"checkver": {
"url": "https://pngquant.org/releases.html",
"regex": "pngquant-([\\d.]+)-src\\.tar\\.gz"
},
"autoupdate": {
"url": "https://pngquant.org/pngquant-windows.zip"
}
}

View File

@ -1,11 +1,14 @@
{
"version": "1.0.1",
"version": "1.1.0",
"description": "Print text in rainbow pattern.",
"homepage": "https://github.com/arsham/rainbow",
"license": "Apache-2.0",
"url": "https://github.com/arsham/rainbow/releases/download/v1.0.1/rainbow_windows_v1.0.1.zip",
"hash": "bab9af652642e1e7066b8c9c174a9621e9bed2e8acd1823001bd11b922488d24",
"url": "https://github.com/arsham/rainbow/releases/download/v1.1.0/figurine_windows_v1.1.0.zip",
"hash": "b7e37fb7b61c4ba2e34b3e67960ceda9a9253ebfeda3bf84add1361ad631b98c",
"extract_dir": "deploy",
"bin": "rainbow.exe",
"checkver": "github"
"checkver": "github",
"autoupdate": {
"url": "https://github.com/arsham/rainbow/releases/download/v$version/figurine_windows_v$version.zip"
}
}

View File

@ -1,18 +1,18 @@
{
"version": "0.0.6",
"version": "0.0.8",
"description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)",
"homepage": "https://github.com/uutils/coreutils",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.6/coreutils-0.0.6-x86_64-pc-windows-msvc.zip",
"hash": "d71d89a9b965011dd5130614490b989a348a877585224c4a530875c61c10bc9c",
"extract_dir": "coreutils-0.0.6-x86_64-pc-windows-msvc"
"url": "https://github.com/uutils/coreutils/releases/download/0.0.8/coreutils-0.0.8-x86_64-pc-windows-msvc.zip",
"hash": "8783e2b412dde8d7818d620245be5f0e54051f10698bfe536fd6b2ee8dc46637",
"extract_dir": "coreutils-0.0.8-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.6/coreutils-0.0.6-i686-pc-windows-msvc.zip",
"hash": "17330ebe331f48f3b23d578f239997898097029ec9b1baf7b616779187c547b1",
"extract_dir": "coreutils-0.0.6-i686-pc-windows-msvc"
"url": "https://github.com/uutils/coreutils/releases/download/0.0.8/coreutils-0.0.8-i686-pc-windows-msvc.zip",
"hash": "82dbea71c83087c1de01c4c7dbe1ca9f9829ef2c53f6af44e973748180bb9ce3",
"extract_dir": "coreutils-0.0.8-i686-pc-windows-msvc"
}
},
"bin": [
@ -22,5 +22,17 @@
"uutils"
]
],
"checkver": "github"
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/uutils/coreutils/releases/download/$version/coreutils-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "coreutils-$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/$version/coreutils-$version-i686-pc-windows-msvc.zip",
"extract_dir": "coreutils-$version-i686-pc-windows-msvc"
}
}
}
}