diff --git a/bucket/diffnav.json b/bucket/diffnav.json new file mode 100644 index 0000000000000..ab9b5f30e157a --- /dev/null +++ b/bucket/diffnav.json @@ -0,0 +1,39 @@ +{ + "version": "0.11.0", + "description": "A git diff pager based on delta but with a file tree.", + "homepage": "https://github.com/dlvhdr/diffnav", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/dlvhdr/diffnav/releases/download/v0.11.0/diffnav_Windows_x86_64.zip", + "hash": "cd246c70f90e1346ec363f5819b9d9259112ce13c216f2aeebe7795f66288732" + }, + "32bit": { + "url": "https://github.com/dlvhdr/diffnav/releases/download/v0.11.0/diffnav_Windows_i386.zip", + "hash": "e24700a1936ae875e252abcadb466f9228f299271e27047c81e57ffe93bf9d59" + }, + "arm64": { + "url": "https://github.com/dlvhdr/diffnav/releases/download/v0.11.0/diffnav_Windows_arm64.zip", + "hash": "24ceb39f6df1032ba8711c367ce124cbe82444d4d6c4b1ea1c6caf1db9964f7e" + } + }, + "bin": "diffnav.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/dlvhdr/diffnav/releases/download/v$version/diffnav_Windows_x86_64.zip" + }, + "32bit": { + "url": "https://github.com/dlvhdr/diffnav/releases/download/v$version/diffnav_Windows_i386.zip" + }, + "arm64": { + "url": "https://github.com/dlvhdr/diffnav/releases/download/v$version/diffnav_Windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/diffnav_$version_checksums.txt", + "regex": "$sha256\\s+$basename" + } + } +}