arc: Add version 3.5.0 (#3894)

* arc: Add version 3.5.0

* Update checkver

* Update bucket/arc.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Karan09 2022-09-11 20:34:12 +05:30 committed by GitHub
parent 2c1ca4d5a3
commit c0b1b90033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

34
bucket/arc.json Normal file
View File

@ -0,0 +1,34 @@
{
"version": "3.5.0",
"description": "Easily create & extract archives, and compress & decompress files of various formats.",
"homepage": "https://github.com/mholt/archiver",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_windows_amd64.exe#/arc.exe",
"hash": "sha256:bd89e2cb031f6984758cb8333925778393d25f27928efcf756e084952067b4df"
},
"32bit": {
"url": "https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_windows_386.exe#/arc.exe",
"hash": "sha256:ac5908fe97f62d042f82196661d6f9a9c3cf85eeb30eb4cea877a2fefde599b3"
}
},
"bin": "arc.exe",
"checkver": {
"url": "https://github.com/mholt/archiver/releases",
"regex": "arc_([\\d.]+)_windows_amd64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mholt/archiver/releases/download/v$version/arc_$version_windows_amd64.exe#/arc.exe"
},
"32bit": {
"url": "https://github.com/mholt/archiver/releases/download/v$version/arc_$version_windows_386.exe#/arc.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}