We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455e2f7 commit b3cf6e5Copy full SHA for b3cf6e5
install/gopass.sh
@@ -14,7 +14,7 @@ clean() {
14
15
install() {
16
# renovate: datasource=github-tags depName=gopasspw/gopass
17
- local GOPASS_VERSION="v1.16.0"
+ local GOPASS_VERSION="v1.16.1"
18
if [[ ! -f "${HOME}/opt/gopass/gopass_${GOPASS_VERSION}" ]]; then
19
mkdir -p "${HOME}/opt/gopass"
20
local OS
0 commit comments