sift: Add version 0.9.0 (#4264)

This commit is contained in:
Kris Schneider 2022-12-22 00:06:19 -07:00 committed by GitHub
parent dc8fd2e91a
commit 9c32d1f1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/sift.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "0.9.0",
"homepage": "https://sift-tool.org/",
"description": "A fast and powerful alternative to grep.",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://sift-tool.org/downloads/sift/sift_0.9.0_windows_amd64.zip",
"hash": "cd69d0c8dc5b6ef7911bc2bacdc329ec6ee703c72c5e81d91100cdd53fa33c13"
},
"32bit": {
"url": "https://sift-tool.org/downloads/sift/sift_0.9.0_windows_386.zip",
"hash": "4602ccc73d661b211dafcf338f71cd0c8454e5d1b56bb01512661555baae8b91"
}
},
"bin": "sift.exe",
"checkver": {
"url": "https://sift-tool.org/download",
"regex": "sift_([\\d.]+)_*"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://sift-tool.org/downloads/sift/sift_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://sift-tool.org/downloads/sift/sift_$version_windows_386.zip"
}
}
}
}