idc101 / git-mkver

Automatic Semantic Versioning for git based software development
https://idc101.github.io/git-mkver/
MIT License
53 stars 13 forks source link

Sccop install for 1.3.0 failed (hash doesn't match) [Note: 1.2.2 works] #43

Open awoodobvio opened 4 months ago

awoodobvio commented 4 months ago

scoop install https://raw.githubusercontent.com/idc101/git-mkver/v1.3.0/etc/scoop/git-mkver.json

Installing 'git-mkver' (1.3.0) [64bit] from 'https://raw.githubusercontent.com/idc101/git-mkver/v1.3.0/etc/scoop/git-mkver.json'
git-mkver-windows-amd64-1.3.0.zip (7.3 MB) [=======================================================================================================================================================================] 100%
Checking hash of git-mkver-windows-amd64-1.3.0.zip ... ERROR Hash check failed!
App:         git-mkver
URL:         https://github.com/idc101/git-mkver/releases/download/v1.3.0/git-mkver-windows-amd64-1.3.0.zip
First bytes: 50 4B 03 04 14 00 08 00
Expected:    63ad6fd8ebb1e27f2cb81b7c162cb2d0a66809c4c693402d2ec9f1496c9a2636
Actual:      93e15413a025a1b8be939cf4dacd1bc3df75ee55b33a2b936eece3e3813840df

Please try again or create a new issue by using the following link and paste your console output:
https:////
awoodobvio commented 4 months ago

Also, the website's instructions are wrong: https://idc101.github.io/git-mkver/installation

Scoop url in example uses branch main (versus master) and master branch doesn't work properly with scoop anyway since it can't download version 1.4.0 (not released yet).