There is a new pull request by kuhnchris against master on the void-packages repository https://github.com/kuhnchris/void-packages master https://github.com/void-linux/void-packages/pull/38289 gopass-jsonapi: update to 1.14.3. #### Testing the changes - I tested the changes in this PR: YES #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc --- Previous revision accidently didn't set the -X main.version=${version} making gopassbridge complain about "please upgrade your gopass version to >1.8.3" despite having 1.13.X installed. For future references, a test client for this is found in the gopassbridge repository (test-client directory) and a check can be invoked like this: ``` (master) gopassbridge/test-client % echo '{"type": "getVersion"}' | ./test-client | gopass-jsonapi listen 3{"version":"1.14.3","major":1,"minor":14,"patch":3}% ``` A patch file from https://github.com/void-linux/void-packages/pull/38289.patch is attached