Sep102 aadddc53ab
p4: Update to version 2022.2-2407422 (64bit) | 2022.1-2409226 (32bit) (#4708)
* p4@2022.1-2361553: Fix hash

* Update to version 2022.2-2407422 (64bit)

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
2023-04-22 06:26:59 +00:00

39 lines
1.5 KiB
JSON

{
"version": "2022.2-2407422",
"description": "Provides access to versioned files in Helix Core through a command-line interface.",
"homepage": "https://www.perforce.com/products/helix-core-apps/command-line-client",
"license": {
"identifier": "Proprietary",
"url": "https://www.perforce.com/sites/default/files/pdfs/Helix_Core%20On%20Prem%20Software%20License%20Agmt%20ClickThru_FINAL%2006.28.2021.pdf"
},
"architecture": {
"64bit": {
"url": "https://cdist2.perforce.com/perforce/r22.2/bin.ntx64/p4.exe",
"hash": "c7688089057c06fd11e5c62f37ef11d7e2c7fd631edd56b5144bffa0cfe4cc75"
},
"32bit": {
"url": "https://cdist2.perforce.com/perforce/r22.1/bin.ntx86/p4.exe",
"hash": "ede01381da4a4caa78febb01290f1885b083fd78c682de541f847fbc1879e237"
}
},
"bin": "p4.exe",
"checkver": {
"url": "https://www.perforce.com/support/software-release-index",
"regex": "Helix Command-line Client.*?20(?<major>\\d+)\\.(?<minor>\\d+)(?:\\.\\d+)*\\/(?<build>\\d+)",
"replace": "20${major}.${minor}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cdist2.perforce.com/perforce/r$matchMajor.$matchMinor/bin.ntx64/p4.exe"
},
"32bit": {
"url": "https://cdist2.perforce.com/perforce/r$matchMajor.$matchMinor/bin.ntx86/p4.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}